示例#1
0
 private void ConnectGameBtn_Click(object sender, EventArgs e)
 {
     UILogic.SetupConnection(false);
 }
示例#2
0
 private void CreateNewGameBtn_Click(object sender, EventArgs e)
 {
     UILogic.SetupConnection(true);
 }