예제 #1
0
 private void InstantiateLogCommands()
 {
     ActivityLogCommand.Instantiate(this);
     DiagnosticLogCommand.Instantiate(this);
     MefErrorLogCommand.Instantiate(this);
     ServiceHubLogCommand.Instantiate(this);
     VisualStudioSetupLogCommand.Instantiate(this);
     VsixInstallerLogCommand.Instantiate(this);
 }
예제 #2
0
 private void InstantiateDeveloperCommands()
 {
     ActivityLogCommand.Instantiate(this);
     DiagnosticLogCommand.Instantiate(this);
     PathVariablesCommand.Instantiate(this);
 }