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