예제 #1
0
 public Wait_Game_form()
 {
     InitializeComponent();
     _clientStream = null;
     _GameWin      = null;
     _mf           = null;
 }
예제 #2
0
 public void setGame(Game_form GameWin, Menu_form mf)
 {
     this._GameWin = GameWin;
     this._GameWin.setMenuWin(mf);
 }