Exemple #1
0
 /// <summary>
 /// Action to reset App's State
 /// </summary>
 private void AppResetCommand()
 {
     jsonModel.Dispose();
     jsonModel   = new JSONModel();
     SomeText    = "Start over!";
     ButText     = "Push me!";
     ProgressVal = 0;
 }