Ejemplo n.º 1
0
 void IDiabloWindow.ExitGame()
 {
     BlueVex2.DiabloInteraction.ExitGameDelegate exitGameDelegate = new BlueVex2.DiabloInteraction.ExitGameDelegate(DiabloInteraction.ExitGame);
     exitGameDelegate.BeginInvoke(this, null, null);
 }
Ejemplo n.º 2
0
 void IDiabloWindow.ExitGame()
 {
     BlueVex2.DiabloInteraction.ExitGameDelegate exitGameDelegate = new BlueVex2.DiabloInteraction.ExitGameDelegate(DiabloInteraction.ExitGame);
     exitGameDelegate.BeginInvoke(this, null, null);
 }