コード例 #1
0
ファイル: FormationSegment.cs プロジェクト: Neakas/ProjectSWN
 public FormationSegment(FormationSegment s) : base(s.LowerBound, s.UpperBound)
 {
     ParentId      = s.ParentId;
     OwnershipFlag = s.OwnershipFlag;
 }
コード例 #2
0
ファイル: FormationSegment.cs プロジェクト: Neakas/ProjectSWN
 public FormationSegment( FormationSegment s )
     : base(s.LowerBound, s.UpperBound)
 {
     ParentId = s.ParentId;
     OwnershipFlag = s.OwnershipFlag;
 }