/// <summary> /// Initializes a new instance of the ReeducationWizardViewModel class. /// </summary> public EvaluationMainViewModel() { Messenger.Default.Register <PatientMessage>(this, OnRegister); _reaPlanExercices = new ReaPlanExercices(); this.CurrentPage = this.Pages[0]; //Messenger.Default.Register<bool>(this, "ReeducationKidWizardSelectExViewModel", EnableMovaToNextPage); // Message pour activer NextCommand //Debug.Print("ReeducationKidWizardViewModel OK"); }
void CancelOrder() { _reaPlanExercices = null; }