示例#1
0
文件: S2.cs 项目: pescuma/modelsharp
		public S2(S2 other)
		: base(other)
		{
		}
示例#2
0
 public virtual void CopyFrom(S2 other)
 {
     Date2 = other.Date2;
 }
示例#3
0
 public S2(S2 other)
     : base(other)
 {
 }