コード例 #1
0
		public ToolWindowContentImpl() {
			toolWindowControl = new ToolWindowControl();
			toolWindowVM = new ToolWindowVM();
			toolWindowControl.DataContext = toolWindowVM;
		}
コード例 #2
0
 public ToolWindowContent()
 {
     this.toolWindowControl             = new ToolWindowControl();
     this.toolWindowVM                  = new ToolWindowVM();
     this.toolWindowControl.DataContext = this.toolWindowVM;
 }
コード例 #3
0
ファイル: ToolWindowContent.cs プロジェクト: pashav15/pashav
 public ToolWindowContentImpl()
 {
     toolWindowControl             = new ToolWindowControl();
     toolWindowVM                  = new ToolWindowVM();
     toolWindowControl.DataContext = toolWindowVM;
 }