Exemplo n.º 1
0
 public WelcomeM(IAppPage previousPage)
     : base(previousPage)
 {
     StartModel = new StartM(this);
     HistoryModel = new HistoryM(this);
     AboutModel = new AboutM(this);
 }
Exemplo n.º 2
0
 public HistoryVM(HistoryM model)
 {
     _model = model;
 }