示例#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;
 }