C# Class JryVideo.Editors.RoleEditor.RoleEditorWindow

RoleEditorWindow.xaml 的交互逻辑
ファイルを表示 Open project: Cologler/JRYVideo Class Usage Examples

Public Methods

Method Description
Edit ( Window parent, VideoRole role ) : bool
RoleEditorWindow ( ) : System.Windows

Private Methods

Method Description
AcceptButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

Edit() public static method

public static Edit ( Window parent, VideoRole role ) : bool
parent System.Windows.Window
role JryVideo.Model.VideoRole
return bool

RoleEditorWindow() public method

public RoleEditorWindow ( ) : System.Windows
return System.Windows