C# Class NUnit.Gui.Presenters.MainPresenter

Inheritance: System.IDisposable
Exibir arquivo Open project: nunit/nunit-gui

Public Methods

Method Description
Dispose ( ) : void
MainPresenter ( IMainView view, ITestModel model ) : System.Collections.Generic

Private Methods

Method Description
InitializeMainMenu ( ) : void
IsVisiblePosition ( Point location, Size size ) : bool
MainForm_Closing ( object sender, FormClosingEventArgs ea ) : void
MainForm_Load ( object sender, System e ) : void
OnOpenProjectCommand ( ) : void
OnReloadTestsCommand ( ) : void
OnReloadTestsCommand ( string runtime ) : void
OpenExtensionsDialogCommand_Execute ( ) : void
OpenSettingsDialogCommand_Execute ( ) : void
RecentProjectsMenu_Popup ( ) : void
SelectRuntimeMenu_Popup ( ) : void
WireUpEvents ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MainPresenter() public method

public MainPresenter ( IMainView view, ITestModel model ) : System.Collections.Generic
view IMainView
model ITestModel
return System.Collections.Generic