C# 클래스 JryVideo.Common.Windows.JryVideoWindowExtension

파일 보기 프로젝트 열기: Cologler/JRYVideo

공개 메소드들

메소드 설명
GetWindow ( this page ) : JryVideoWindow
SetDialogResult ( this page, bool dialogResult ) : void
ShowDialog ( this page, Window owner ) : bool?

메소드 상세

GetWindow() 공개 정적인 메소드

public static GetWindow ( this page ) : JryVideoWindow
page this
리턴 JryVideoWindow

SetDialogResult() 공개 정적인 메소드

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

ShowDialog() 공개 정적인 메소드

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