Ejemplo n.º 1
0
 internal MultiWindowShape(WindowShape toolWindow1, WindowShape toolWindow2)
 {
     this.Enabled     = true;
     this.ToolWindow1 = toolWindow1;
     this.ToolWindow2 = toolWindow2;
 }
Ejemplo n.º 2
0
 internal MultiWindowShape()
 {
     this.Enabled     = false;
     this.ToolWindow1 = (WindowShape) new EmptyWindow();
     this.ToolWindow2 = (WindowShape) new EmptyWindow();
 }