Ejemplo n.º 1
0
        internal static void StaticFlushTaskList()
        {
            IEditorTaskList tasks = ComponentLocator <IEditorTaskList> .Import();

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

            tasks.FlushTaskList();
        }