public WelcomeM(IAppPage previousPage) : base(previousPage) { StartModel = new StartM(this); HistoryModel = new HistoryM(this); AboutModel = new AboutM(this); }
public void GoToAuthors() { var authors = new AboutM(base.PreviousPage); base.GoToPage(authors); }
public AboutVM(AboutM model) { _model = model; ShowServiceTest = new RelayCommand(_model.GoToTestService); }