コード例 #1
0
 public static void ClassCleanup()
 {
     cremaHost.Dispatcher.Invoke(() =>
     {
         template.CancelEdit(authentication);
         dataBase.Unload(authentication);
         cremaHost.Stop(authentication);
     });
     app.Dispose();
 }
コード例 #2
0
 public void CancelEdit()
 {
     template.CancelEdit(authentication);
 }