ScrumPowerTools.Services.TfsQueryShortcutStore.TfsQueryShortcutStore C# (CSharp) 메소드

TfsQueryShortcutStore() 공개 메소드

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

            LoadShortcutsFromStorage();
        }