C# Class JryVideo.Common.Windows.JryVideoWindowExtension

Afficher le fichier Open project: Cologler/JRYVideo

Méthodes publiques

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

Method Details

GetWindow() public static méthode

public static GetWindow ( this page ) : JryVideoWindow
page this
Résultat JryVideoWindow

SetDialogResult() public static méthode

public static SetDialogResult ( this page, bool dialogResult ) : void
page this
dialogResult bool
Résultat void

ShowDialog() public static méthode

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