09 2016 档案
摘要:foreach (string s in Enum.GetNames(typeof(WallKind))) { WinFormTools.MsgBox(s); }
阅读全文
摘要:关于部分类: 1.部分类不能应用于两个项目、模块中,即只能在一个dll或exe中。 2.可以在一个项目中的同一个程序集中的不同的cs中。
阅读全文
摘要:public abstract class PartBase : Space { #region 基本属性 /// <summary> /// 是否复合板 /// </summary> public bool IsCladPart { get; set; } /// <summary> /// 基层
阅读全文