public static void ClassCleanup()
 {
     cremaHost.Dispatcher.Invoke(() =>
     {
         cremaHost.Stop(authentication);
     });
     app.Dispose();
 }
Exemple #2
0
 public static void ClassCleanup()
 {
     cremaHost.Dispatcher.Invoke(() =>
     {
         table.Template.CancelEdit(authentication);
         dataBase.Unload(authentication);
         cremaHost.Stop(authentication);
     });
     app.Dispose();
 }
Exemple #3
0
 public static void ClassCleanup()
 {
     cremaHost.Dispatcher.Invoke(() =>
     {
         content.LeaveEdit(authentication);
         dataBase.Unload(authentication);
         cremaHost.Stop(authentication);
     });
     app.Dispose();
 }