Exemple #1
0
        public VSPackage()
        {
            _instance = this;

            ToolboxInitialized += (sender, args) => InstallToolBoxItems();
            ToolboxUpgraded    += (sender, args) => UpgradeToolBoxItems();
        }
Exemple #2
0
 public VSPackage()
 {
     _instance = this;
 }