Show() public method

public Show ( System.Windows.Controls.Decorator placeholder ) : void
placeholder System.Windows.Controls.Decorator
return void
Ejemplo n.º 1
0
 private void ShowHostGameDialog()
 {
     hostGameDialog = new HostGameSettings();
     hostGameDialog.Show(DialogPlaceHolder);
     hostGameDialog.OnClose += HostGameSettingsDialogOnClose;
     BorderButtons.IsEnabled = false;
 }
Ejemplo n.º 2
0
 private void ShowHostGameDialog()
 {
     hostGameDialog = new HostGameSettings();
     hostGameDialog.Show(DialogPlaceHolder);
     hostGameDialog.OnClose += HostGameSettingsDialogOnClose;
     BorderButtons.IsEnabled = false;
 }