C# Class NUnit.Gui.Views.SettingsPages.GuiSettingsPage

Inheritance: SettingsPage
Exibir arquivo Open project: nunit/nunit-gui

Public Methods

Method Description
ApplySettings ( ) : void
GuiSettingsPage ( NUnit.Gui.Model.Settings.SettingsModel settings ) : System
LoadSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

recentFilesCountTextBox_Validated ( object sender, System e ) : void
recentFilesCountTextBox_Validating ( object sender, System e ) : void

Method Details

ApplySettings() public method

public ApplySettings ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GuiSettingsPage() public method

public GuiSettingsPage ( NUnit.Gui.Model.Settings.SettingsModel settings ) : System
settings NUnit.Gui.Model.Settings.SettingsModel
return System

LoadSettings() public method

public LoadSettings ( ) : void
return void