Exemple #1
0
        internal static void StaticFlushTaskList()
        {
            IEditorTaskList tasks = ComponentLocator <IEditorTaskList> .Import();

            tasks.FlushTaskList();
        }
Exemple #2
0
        internal static void StaticFlushTaskList()
        {
            IEditorTaskList tasks = ComponentLocator <IEditorTaskList> .Import(VsAppShell.Current.CompositionService);

            tasks.FlushTaskList();
        }