示例#1
0
 public WelcomeM(IAppPage previousPage)
     : base(previousPage)
 {
     StartModel = new StartM(this);
     HistoryModel = new HistoryM(this);
     AboutModel = new AboutM(this);
 }
示例#2
0
 public HistoryVM(HistoryM model)
 {
     _model = model;
 }