会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
云中雀
博客园
首页
新随笔
联系
管理
订阅
2013年5月9日
WinForm 窗体中实现单例模式
摘要: 方式一:单进程的实现View Code 1 static class Program 2 { 3 /// <summary> 4 /// 应用程序的主入口点。 5 /// </summary> 6 [STAThread] 7 static void Main() 8 { 9 Application.EnableVisualStyles();10 Application.SetCompatibleTextRenderingDefault(...
阅读全文
posted @ 2013-05-09 10:24 云中雀
阅读(836)
评论(1)
推荐(0)
编辑
公告