Exemple #1
0
 public static void convertTagsToDataGroup(string unparsed)
 {
     try
     {
         TagsToDataGroupConverter.Run();
     }
     catch (Exception ex)
     {
         ex.Alert();
     }
 }
Exemple #2
0
 public static void convertTagsToDataGroup(string unparsed)
 {
     try
     {
         TagsToDataGroupConverter.Run();
     }
     catch (Exception ex)
     {
         Logger.Log.Error(ex);
         ex.ShowMessageBox();
     }
 }