ACPAddIn.ThisAddIn.InitializeControls C# (CSharp) Méthode

InitializeControls() private méthode

private InitializeControls ( ) : void
Résultat void
        private void InitializeControls() {
            this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this);
            this.VstoSmartTags = Globals.Factory.CreateSmartTagCollection(null, null, "VstoSmartTags", "VstoSmartTags", this);
        }