Esempio n. 1
0
        private async Tasks.Task InstantiateDeveloperCommandsAsync()
        {
            await ActivityLogCommand.InstantiateAsync(this);

            await DiagnosticLogCommand.InstantiateAsync(this);

            await PathVariablesCommand.InstantiateAsync(this);
        }
Esempio n. 2
0
 private void InstantiateLogCommands()
 {
     ActivityLogCommand.Instantiate(this);
     DiagnosticLogCommand.Instantiate(this);
     MefErrorLogCommand.Instantiate(this);
     ServiceHubLogCommand.Instantiate(this);
     VisualStudioSetupLogCommand.Instantiate(this);
     VsixInstallerLogCommand.Instantiate(this);
 }
Esempio n. 3
0
 private void InstantiateDeveloperCommands()
 {
     ActivityLogCommand.Instantiate(this);
     DiagnosticLogCommand.Instantiate(this);
     PathVariablesCommand.Instantiate(this);
 }