コード例 #1
0
 internal MultiWindowShape(WindowShape toolWindow1, WindowShape toolWindow2)
 {
     this.Enabled     = true;
     this.ToolWindow1 = toolWindow1;
     this.ToolWindow2 = toolWindow2;
 }
コード例 #2
0
 internal MultiWindowShape()
 {
     this.Enabled     = false;
     this.ToolWindow1 = (WindowShape) new EmptyWindow();
     this.ToolWindow2 = (WindowShape) new EmptyWindow();
 }