ScrumPowerTools.Services.TfsQueryShortcutStore.TfsQueryShortcutStore C# (CSharp) Method

TfsQueryShortcutStore() public method

public TfsQueryShortcutStore ( GeneralOptions options ) : System.Linq
options GeneralOptions
return System.Linq
        public TfsQueryShortcutStore(GeneralOptions options)
        {
            this.options = options;

            LoadShortcutsFromStorage();
        }