Ejemplo n.º 1
0
 private void ConnectGameBtn_Click(object sender, EventArgs e)
 {
     UILogic.SetupConnection(false);
 }
Ejemplo n.º 2
0
 private void CreateNewGameBtn_Click(object sender, EventArgs e)
 {
     UILogic.SetupConnection(true);
 }