2014年12月9日

documentManager1注意事项

摘要: this.documentManager1.ContainerControl = this;改为this.documentManager1.MdiParent = this;并设置 this.IsMdiContainer = true;否则 FormBase fb = new FormBase(1... 阅读全文

posted @ 2014-12-09 23:29 刘顺利 阅读(329) 评论(0) 推荐(0)

IDictionary与TryGetValue

摘要: using System;using System.Collections.Generic;namespace net.howsoftworks{ class TryGetValue { static void Main(string[] args) { ... 阅读全文

posted @ 2014-12-09 21:37 刘顺利 阅读(338) 评论(0) 推荐(0)

导航