Exemplo n.º 1
0
        protected override void Initialize()
        {
            Logger.Initialize(this, Vsix.Name);
            ProjectHelpers.Initialize(this);

            PrepForGit.Initialize(this);
            base.Initialize();
        }
Exemplo n.º 2
0
 /// <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 PrepForGit(package);
 }