摘要:
public class SQLiteHelper { //public static String ConnectionString = "Data Source=H:/SQLite/DB/minWeiGanBu.db;Pooling=true;FailIfMissing=false"; //pu
阅读全文
posted @ 2016-07-13 20:45
WYcolorful
阅读(1475)
推荐(0)
编辑
摘要:
public enum ShowCommands : int { SW_HIDE = 0, SW_SHOWNORMAL = 1, SW_NORMAL = 1, SW_SHOWMINIMIZED = 2, SW_SHOWMAXIMIZED = 3, SW_MAXIMIZE = 3, SW_SHOWNO
阅读全文
posted @ 2016-07-13 20:43
WYcolorful
阅读(484)
推荐(0)
编辑
摘要:
我在登录成功后跳转到主页面的时候,总是会闪退,调试发现调用这个ShowDialog之后,就会触发主页面的FormClosing C# 窗体关闭时可以触发的事件 FormClosing :在窗体关闭时,FormClosing 事件发生。窗体关闭时,此事件会得到处理,从而释放与此窗体关联的所有资源。如果
阅读全文
posted @ 2016-07-13 16:38
WYcolorful
阅读(7606)
推荐(0)
编辑