コード例 #1
0
 public revision()
 {
     this.vcsrootinstanceField = new vcsrootinstanceref();
 }
コード例 #2
0
 public change()
 {
     this.vcsRootInstanceField = new vcsrootinstanceref();
     this.filesField = new List<fileChange>();
     this.userField = new userref();
 }