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