摘要:
Process cmd = new Process(); cmd.StartInfo.FileName = "systeminfo.exe"; cmd.StartInfo.UseShellExecute = false; cmd.StartInfo.RedirectStandardInput = true;cmd.StartInfo.RedirectStandardOutput = true;cm... 阅读全文
posted @ 2009-09-28 15:51
greencolor
阅读(224)
评论(0)
推荐(0)
摘要:
public class Class1 : Component { private Size _size; public Class1() { _size = new Size(); } [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public Size Size {... }public c... 阅读全文
posted @ 2009-09-28 14:37
greencolor
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号