C# Class ScrumPowerTools.GeneralOptions

Inheritance: Microsoft.VisualStudio.Shell.DialogPage
Afficher le fichier Open project: cqse/ScrumPowerTools

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GeneralOptions ( ) : System
IsEnabled ( Feature feature ) : bool
LoadSettingsFromStorage ( ) : void
SaveSettingsToStorage ( ) : void

Method Details

GeneralOptions() public méthode

public GeneralOptions ( ) : System
Résultat System

IsEnabled() public méthode

public IsEnabled ( Feature feature ) : bool
feature Feature
Résultat bool

LoadSettingsFromStorage() public méthode

public LoadSettingsFromStorage ( ) : void
Résultat void

SaveSettingsToStorage() public méthode

public SaveSettingsToStorage ( ) : void
Résultat void