public Wait_Game_form() { InitializeComponent(); _clientStream = null; _GameWin = null; _mf = null; }
public Join_form() { InitializeComponent(); _clientStream = null; _roomsId = new List <string>(); _currId = ""; _waitWin = null; _mf = null; }
public Game_form() { InitializeComponent(); _count = 1; _questionNo = 0; _score = 0; _ans = "1"; _questionTime = 0; _wait_win = null; _mf = null; correctLabel.Visible = false; }
public void setGame(Game_form GameWin, Menu_form mf) { this._GameWin = GameWin; this._GameWin.setMenuWin(mf); }
public void setMenuForm(Menu_form mf) { this._mf = mf; }
public void setMenuWin(Menu_form mf) { this._mf = mf; }