private async Tasks.Task InstantiateDeveloperCommandsAsync() { await ActivityLogCommand.InstantiateAsync(this); await DiagnosticLogCommand.InstantiateAsync(this); await PathVariablesCommand.InstantiateAsync(this); }
private void InstantiateLogCommands() { ActivityLogCommand.Instantiate(this); DiagnosticLogCommand.Instantiate(this); MefErrorLogCommand.Instantiate(this); ServiceHubLogCommand.Instantiate(this); VisualStudioSetupLogCommand.Instantiate(this); VsixInstallerLogCommand.Instantiate(this); }
private void InstantiateDeveloperCommands() { ActivityLogCommand.Instantiate(this); DiagnosticLogCommand.Instantiate(this); PathVariablesCommand.Instantiate(this); }