C# Class ParkitectNexus.Client.Base.Main.MainWindow

Inheritance: Xwt.Window, IPresenter
Show file Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Public Methods

Method Description
MainWindow ( IPresenterFactory presenterFactory ) : ParkitectNexus.Data.Presenter

Protected Methods

Method Description
OnCloseRequested ( ) : bool

Called to check if the window can be closed

Method Details

MainWindow() public method

public MainWindow ( IPresenterFactory presenterFactory ) : ParkitectNexus.Data.Presenter
presenterFactory IPresenterFactory
return ParkitectNexus.Data.Presenter

OnCloseRequested() protected method

Called to check if the window can be closed
protected OnCloseRequested ( ) : bool
return bool