Ejemplo n.º 1
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public COMAddin()
 {
     _factory = RaiseCreateFactory();
     if (null == _factory)
     {
         _factory = Core.Default;
     }
     TaskPanes         = new CustomTaskPaneCollection();
     TaskPaneInstances = new List <ITaskPane>();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public COMAddin()
 {
     TaskPanes         = new CustomTaskPaneCollection();
     TaskPaneInstances = new List <ITaskPane>();
     Type = this.GetType();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public OfficeCOMAddin() : base()
 {
     TaskPanes = new CustomTaskPaneCollection();
 }