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