コード例 #1
0
ファイル: CommandHandler.cs プロジェクト: hdneo/mxo-hd
 public CommandHandler()
 {
     this.au = new ArrayUtils();
     this.su = new StringUtils();
     this.nu = new NumericalUtils();
     this.pu = new PacketsUtils();
 }
コード例 #2
0
ファイル: BootingHelper.cs プロジェクト: hdneo/mxo-hd
 public BootingHelperRsi()
 {
     packetUtils = new PacketsUtils();
 }