public CNCWarningMsgListControl()
 {
     InitializeComponent();
     this.DataContext = waringMsgVM = new CNCWarningMsgViewModel();
 }
예제 #2
0
 public PopupWindow()
 {
     InitializeComponent();
     this.DataContext = cncWarningVM = new CNCWarningMsgViewModel();
 }