Esempio n. 1
0
		public ToolWindowContentImpl() {
			toolWindowControl = new ToolWindowControl();
			toolWindowVM = new ToolWindowVM();
			toolWindowControl.DataContext = toolWindowVM;
		}
Esempio n. 2
0
 public ToolWindowContent()
 {
     this.toolWindowControl             = new ToolWindowControl();
     this.toolWindowVM                  = new ToolWindowVM();
     this.toolWindowControl.DataContext = this.toolWindowVM;
 }
Esempio n. 3
0
 public ToolWindowContentImpl()
 {
     toolWindowControl             = new ToolWindowControl();
     toolWindowVM                  = new ToolWindowVM();
     toolWindowControl.DataContext = toolWindowVM;
 }