C# Class StoryTeller.UserInterface.Dialogs.Dialog

Inheritance: System.Windows.Window
显示文件 Open project: adymitruk/storyteller

Public Methods

Method Description
Dialog ( Window top, ICommandDialog child ) : System.Windows
Dialog_Closed ( object sender, System e ) : void

Method Details

Dialog() public method

public Dialog ( Window top, ICommandDialog child ) : System.Windows
top System.Windows.Window
child ICommandDialog
return System.Windows

Dialog_Closed() public method

public Dialog_Closed ( object sender, System e ) : void
sender object
e System
return void