コード例 #1
0
 public Commander(NetworkUtility nt)
 {
     this.nt = nt;
 }
コード例 #2
0
 public CommanderAdmin(NetworkUtility nu)
 {
     this.nu = nu;
 }