C# Class ScrumPowerTools.GeneralOptions

Inheritance: Microsoft.VisualStudio.Shell.DialogPage
Show file Open project: cqse/ScrumPowerTools

Private Properties

Property Type Description

Public Methods

Method Description
GeneralOptions ( ) : System
IsEnabled ( Feature feature ) : bool
LoadSettingsFromStorage ( ) : void
SaveSettingsToStorage ( ) : void

Method Details

GeneralOptions() public method

public GeneralOptions ( ) : System
return System

IsEnabled() public method

public IsEnabled ( Feature feature ) : bool
feature Feature
return bool

LoadSettingsFromStorage() public method

public LoadSettingsFromStorage ( ) : void
return void

SaveSettingsToStorage() public method

public SaveSettingsToStorage ( ) : void
return void