public Wait_Game_form() { InitializeComponent(); _clientStream = null; _GameWin = null; _mf = null; }
public void setGame(Game_form GameWin, Menu_form mf) { this._GameWin = GameWin; this._GameWin.setMenuWin(mf); }