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