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