C# Class Orchestra.MahAppsExtensions

Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
Close ( this dialog, Window parentDialogWindow = null ) : void
GetMainWindow ( this application ) : MahApps.Metro.Controls.MetroWindow
Show ( this dialog ) : void
ShowModal ( this dialog ) : void

Method Details

Close() public static method

public static Close ( this dialog, Window parentDialogWindow = null ) : void
dialog this
parentDialogWindow System.Windows.Window
return void

GetMainWindow() public static method

public static GetMainWindow ( this application ) : MahApps.Metro.Controls.MetroWindow
application this
return MahApps.Metro.Controls.MetroWindow

Show() public static method

public static Show ( this dialog ) : void
dialog this
return void

ShowModal() public static method

public static ShowModal ( this dialog ) : void
dialog this
return void