Пример #1
0
 public WindowStart()
 {
     model       = new WindowStartViewModel();
     DataContext = model;
     //model.m_UIController.PageSourceCommand_Executed("PageBalanceExamine");
     model.m_UIController.PageSourceCommand_Executed("PageAiKang");
     InitializeComponent();
 }
Пример #2
0
 public WindowStart()
 {
     model       = new WindowStartViewModel();
     DataContext = model;
     model.win   = this;
     model.m_UIController.PageSourceCommand_Executed("PageAiKang");
     InitializeComponent();
 }