C# Class CodeBuilder.WinForm.UI.OptionsPages.CodeGeneralOptionsPage

Mostra file Open project: xianrendzw/CodeBuilder

Public Methods

Method Description
ApplySettings ( ) : void
CodeGeneralOptionsPage ( ) : System
CodeGeneralOptionsPage ( string key ) : 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 displayName editor.

ouputPathBtn_Click ( object sender, EventArgs e ) : void
templatePathBtn_Click ( object sender, EventArgs e ) : void

Method Details

ApplySettings() public method

public ApplySettings ( ) : void
return void

CodeGeneralOptionsPage() public method

public CodeGeneralOptionsPage ( ) : System
return System

CodeGeneralOptionsPage() public method

public CodeGeneralOptionsPage ( string key ) : System
key string
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

LoadSettings() public method

public LoadSettings ( ) : void
return void