コード例 #1
0
ファイル: Hud.cs プロジェクト: smtheard/PokerMuck
 public Hud(Table table)
 {
     this.table = table;
     this.settings = new HudUserSettings();
     this.windowsList = new HudWindowsList();
     this.visible = true;
 }
コード例 #2
0
ファイル: Hud.cs プロジェクト: visualjc/PokerMuck
 public Hud(Table table)
 {
     this.table       = table;
     this.settings    = new HudUserSettings();
     this.windowsList = new HudWindowsList();
     this.visible     = true;
 }