Ejemplo n.º 1
0
 public static void ClassCleanup()
 {
     cremaHost.Dispatcher.Invoke(() =>
     {
         template.CancelEdit(authentication);
         dataBase.Unload(authentication);
         cremaHost.Stop(authentication);
     });
     app.Dispose();
 }
Ejemplo n.º 2
0
 public void CancelEdit()
 {
     template.CancelEdit(authentication);
 }