Пример #1
0
 void IDiabloWindow.JoinGame(string gameName, string password)
 {
     BlueVex2.DiabloInteraction.JoinGameDelegate joinGameDelegate = new BlueVex2.DiabloInteraction.JoinGameDelegate(DiabloInteraction.JoinGame);
     joinGameDelegate.BeginInvoke(gameName, password, this, null, null);
 }
Пример #2
0
 void IDiabloWindow.JoinGame(string gameName, string password)
 {
     BlueVex2.DiabloInteraction.JoinGameDelegate joinGameDelegate = new BlueVex2.DiabloInteraction.JoinGameDelegate(DiabloInteraction.JoinGame);
     joinGameDelegate.BeginInvoke(gameName, password, this, null, null);
 }