示例#1
0
 public MasterView()
 {
     InitializeComponent();
     View = this;
     DataContext = new MasterViewModel();
 }