public CommanderAdmin(NetworkUtility nu)
 {
     this.nu = nu;
 }
Example #2
0
 public Commander(NetworkUtility nt)
 {
     this.nt = nt;
 }