public static void Init() { var unused = new LoadProjectFromReferenceCommand(PackageIds.cmdidLoadProjectFromreference, nameof(LoadProjectFromReferenceCommand)); // ReSharper disable once ObjectCreationAsStatement new LoadProjectFromReferenceCommand(PackageIds.cmdidLoadProjectFromreferenceTool, null); }
private Commands() { InitEasyTest(); DropDataBaseCommand.Init(); LoadProjectFromReferenceCommand.Init(); ProjectConverterCommand.Init(); SetSpecificVersion(); XAFErrorExplorerCommand.Init(); DisableExceptions(); ShowModelsWindowCommand.Init(); KillIISExpressCommand.Init(); BuildSelectionCommand.Init(); FindInSolutionCommand.Init(); DuplicateLineCommand.Init(); NavigatePreviousSubwordCommand.Init(); NavigateNextSubwordCommand.Init(); ShowOptionsCommand.Init(); }