Esempio n. 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);
 }
Esempio n. 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);
 }