Exemplo n.º 1
0
 private void InstantiateLogCommands()
 {
     ActivityLogCommand.Instantiate(this);
     DiagnosticLogCommand.Instantiate(this);
     MefErrorLogCommand.Instantiate(this);
     ServiceHubLogCommand.Instantiate(this);
     VisualStudioSetupLogCommand.Instantiate(this);
     VsixInstallerLogCommand.Instantiate(this);
 }
Exemplo n.º 2
0
 private void InstantiateDeveloperCommands()
 {
     ActivityLogCommand.Instantiate(this);
     DiagnosticLogCommand.Instantiate(this);
     PathVariablesCommand.Instantiate(this);
 }