Example #1
0
 public CommandHandler()
 {
     this.au = new ArrayUtils();
     this.su = new StringUtils();
     this.nu = new NumericalUtils();
     this.pu = new PacketsUtils();
 }
Example #2
0
 public BootingHelperRsi()
 {
     packetUtils = new PacketsUtils();
 }