摘要: 之前写的方法,使用try catch来处理如果能捕获异常就说明问题public bool CheckLegal() { double number; bool flag = true; try { ... 阅读全文
posted @ 2015-09-01 17:10 ChuckLu 阅读(1834) 评论(0) 推荐(0)
摘要: No, this doesn't exist. You have to remove the tab and re-add it when you want it. Or use a different (3rd-party) tab control. 使用TabControl中的TabPages属 阅读全文
posted @ 2015-09-01 14:44 ChuckLu 阅读(498) 评论(0) 推荐(0)