Exemplo n.º 1
0
 private void InitializeControls() {
     this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this);
 }
 private void InitializeControls() {
     this.CustomTaskPanes = new Microsoft.Office.Tools.CustomTaskPaneCollection(this.ItemProvider, this.HostContext, "CustomTaskPanes", this, "CustomTaskPanes");
 }
 private void InitializeControls()
 {
     this.CustomTaskPanes = new Microsoft.Office.Tools.CustomTaskPaneCollection(this.HostItemHost, this.RuntimeCallback, "CustomTaskPanes", this, "CustomTaskPanes");
 }
Exemplo n.º 4
0
 private void InitializeControls()
 {
     this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this);
 }
Exemplo n.º 5
0
 private void InitializeControls()
 {
     this.CustomTaskPanes = new Microsoft.Office.Tools.CustomTaskPaneCollection(this.ItemProvider, this.HostContext, "CustomTaskPanes", this, "CustomTaskPanes");
 }
 private void InitializeControls()
 {
     this.CustomTaskPanes = new Microsoft.Office.Tools.CustomTaskPaneCollection(this.HostItemHost, this.RuntimeCallback, "CustomTaskPanes", this, "CustomTaskPanes");
 }