C# Class SphereStudio.Vanilla.SettingsPages.SettingsPage

Inheritance: System.Windows.Forms.UserControl, ISettingsPage
Exibir arquivo Open project: Radnen/spherestudio

Public Methods

Method Description
Apply ( ) : bool
SettingsPage ( ISettings conf ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
BrowseButton_Click ( object sender, EventArgs e ) : void
ConfigButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

SpherePath_TextChanged ( object sender, EventArgs e ) : void

Method Details

Apply() public method

public Apply ( ) : bool
return bool

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

OnLoad() protected method

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

SettingsPage() public method

public SettingsPage ( ISettings conf ) : System
conf ISettings
return System