// initialization of the package protected override void Initialize() { VsUtils.Init(this); Settings.Init(); ExtractStringCmd.Initialize(this); ManageStringsCmd.Initialize(this); base.Initialize(); AddResourceCmd.Initialize(this); }
// initializes the singleton instance of the command with the specified owner package public static void Initialize(Package package) { Instance = new ManageStringsCmd(package); }