博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月7日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 System.Diagnostics.Process proc = new System.Diagnostics.Process(); 2 proc.EnableRaisingEvents = fal... 阅读全文

posted @ 2008-10-07 13:00 火星 阅读(170) 评论(0) 推荐(0)

摘要: using System; using System.Configuration.Install; using System.ComponentModel; namespace MyCustomAction { [RunInstaller(true)] public class ScottSetupAction : Installer { public ov... 阅读全文

posted @ 2008-10-07 12:50 火星 阅读(439) 评论(0) 推荐(0)