Beispiel #1
0
 /// <summary>
 /// �]�w
 /// </summary>
 /// <param name="table">Table</param>
 /// <param name="all">Allplayers</param>
 public void setup(Table table,AllPlayers all)
 {
     this.table = table;
     this.all = all;
 }
Beispiel #2
0
 public ProgramControl(Form f)
 {
     roundTimer.Tick += new EventHandler(rotateTimer_Tick);
     roundTimer.Interval = Settings.Default.RunRoundTime_Normal;
     table = (Table)f;
     table.pc = this;
 }
Beispiel #3
0
 public Config(Table table)
 {
     InitializeComponent();
     this.panel_color.BackColor = table.BackColor;
 }