示例#1
0
 public void SetVM(IPageVM vm)
 {
     DataContext = vm;
 }
示例#2
0
 public void SetVM(IPageVM vm)
 {
     this.model = model;
 }