Example #1
0
 public void ShowError(int id, string text)
 {
     if (areaControl != null)
     {
         areaControl.ShowError(id, text);
     }
 }