/// <summary> /// Initializes the singleton instance of the command. /// </summary> /// <param name="package">Owner package, not null.</param> public static void Initialize(IGoogleCloudExtensionPackage package) { Instance = new LogsViewerToolWindowCommand(package); }
/// <summary> /// Initializes the singleton instance of the command. /// </summary> /// <param name="package">Owner package, not null.</param> public static void Initialize(Package package) { Instance = new LogsViewerToolWindowCommand(package); }