C# Class Waf.InformationManager.EmailClient.Modules.Applications.Controllers.NewEmailController

显示文件 Open project: jbe2277/waf Class Usage Examples

Private Properties

Property Type Description
NewEmailController System
SelectContact void
SendEmail void

Public Methods

Method Description
Initialize ( ) : void
Run ( ) : void

Private Methods

Method Description
NewEmailController ( IMessageService messageService, IShellService shellService, IAddressBookService addressBookService, NewEmailViewModel newEmailViewModel ) : System
SelectContact ( object commandParameter ) : void
SendEmail ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Run() public method

public Run ( ) : void
return void