void IDiabloWindow.JoinGame(string gameName, string password) { BlueVex2.DiabloInteraction.JoinGameDelegate joinGameDelegate = new BlueVex2.DiabloInteraction.JoinGameDelegate(DiabloInteraction.JoinGame); joinGameDelegate.BeginInvoke(gameName, password, this, null, null); }