幽幽Net

导航

2016年2月26日 #

WinForm应用只运行一次

摘要: 一、WinForm应用只能运行一次 static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { bool createNew; //Using System.T 阅读全文

posted @ 2016-02-26 22:55 幽幽Net 阅读(566) 评论(0) 推荐(0)