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