コード例 #1
0
 public InfoObject(InfoObject io)
 {
     this.Id          = io.Id;
     this.Name        = io.Name;
     this.Description = io.Description;
 }
コード例 #2
0
ファイル: TestRunInfo.cs プロジェクト: bizarrefish/TestVisor
 public InfoObject(InfoObject io)
 {
     this.Id = io.Id;
     this.Name = io.Name;
     this.Description = io.Description;
 }