Пример #1
0
 public static void SetText(this IIndicator indicator, System.Exception e)
 {
     indicator.SetText(ErrorMsg.GetExceptionMessage(e));
 }