C# Class Waf.InformationManager.EmailClient.Modules.Presentation.Views.NewEmailWindow

Inheritance: System.Windows.Window, INewEmailView
显示文件 Open project: jbe2277/waf

Public Methods

Method Description
NewEmailWindow ( ) : System
Show ( object owner ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
CommitChanges ( ) : void
LoadedHandler ( object sender, RoutedEventArgs e ) : void
SendButtonClick ( object sender, RoutedEventArgs e ) : void

Method Details

NewEmailWindow() public method

public NewEmailWindow ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

Show() public method

public Show ( object owner ) : void
owner object
return void