C# Class JryVideo.Common.Windows.JryVideoWindowExtension

Mostrar archivo Open project: Cologler/JRYVideo

Public Methods

Method Description
GetWindow ( this page ) : JryVideoWindow
SetDialogResult ( this page, bool dialogResult ) : void
ShowDialog ( this page, Window owner ) : bool?

Method Details

GetWindow() public static method

public static GetWindow ( this page ) : JryVideoWindow
page this
return JryVideoWindow

SetDialogResult() public static method

public static SetDialogResult ( this page, bool dialogResult ) : void
page this
dialogResult bool
return void

ShowDialog() public static method

public static ShowDialog ( this page, Window owner ) : bool?
page this
owner System.Windows.Window
return bool?