예제 #1
0
 public void DeIdentify()
 {
     try
     {
         filename = this.Text = String.Empty;
         dicom.DeIdentify();
         SetTitles();
         FillTreeView();
     }
     catch (Exception ex)
     {
         MessageBox.Show(Logging.Log(ex));
     }
 }