摘要: #region Dispose /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { com... 阅读全文
posted @ 2013-03-08 16:26 lixq0203 阅读(3684) 评论(0) 推荐(0) 编辑