Пример #1
0
		public ToolWindowContent() {
			this.toolWindowControl = new ToolWindowControl();
			this.toolWindowVM = new ToolWindowVM();
			this.toolWindowControl.DataContext = this.toolWindowVM;
		}
Пример #2
0
 public ToolWindowContent()
 {
     this.toolWindowControl             = new ToolWindowControl();
     this.toolWindowVM                  = new ToolWindowVM();
     this.toolWindowControl.DataContext = this.toolWindowVM;
 }