C# Class GitHub.VisualStudio.OptionsPage

Inheritance: UIElementDialogPage
Show file Open project: github/VisualStudio

Protected Methods

Method Description
OnActivate ( CancelEventArgs e ) : void
OnApply ( PageApplyEventArgs args ) : void

Private Methods

Method Description
LoadSettings ( ) : void
SaveSettings ( ) : void

Method Details

OnActivate() protected method

protected OnActivate ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnApply() protected method

protected OnApply ( PageApplyEventArgs args ) : void
args PageApplyEventArgs
return void