摘要: 使用ApplicationContextstatic class Program { internal static ApplicationContext context = new ApplicationContext(new Form1()); /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); ... 阅读全文
posted @ 2014-01-18 14:05 UCanBeFree 阅读(107) 评论(0) 推荐(0)