コード例 #1
0
ファイル: DiabloWindow.cs プロジェクト: killerbonzai/BlueVex2
 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);
 }