Ejemplo n.º 1
0
 public ToolWindow(ICommunicationsOwner communications) : base(communications)
 {
     this.LoadTools(new List <ToolBase>
     {
         new AutoToad.AutoToad(this),
         //new AutoTable(this),
     });
 }
Ejemplo n.º 2
0
 internal ToolWindowBase(ICommunicationsOwner communication) : this()
 {
     this.Communication = communication;
 }