ScrumPowerTools.Services.TfsQueryShortcutStore.TfsQueryShortcutStore C# (CSharp) Méthode

TfsQueryShortcutStore() public méthode

public TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq
options GeneralOptions
Résultat System.Linq
        public TfsQueryShortcutStore(GeneralOptions options)
        {
            this.options = options;

            LoadShortcutsFromStorage();
        }