摘要: 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 阅读(219) 评论(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 阅读(165) 评论(0) 推荐(0) 编辑