Пример #1
0
 public string GetObjectiveName(string code)
 {
     try
     {
         return(Info.GetObjectiveName(code));
     }
     catch (Exception ex)
     {
         new Error(ex).ShowDialog();
         return(null);
     }
 }
Пример #2
0
 public string GetObjectiveName(string code)
 {
     return(Info.GetObjectiveName(code));
 }