Exemplo n.º 1
0
 internal static void ShowErrorMsg(string p)
 {
     Form f = new frmMsgOkOnly(p, MessageBoxIcon.Error);
 }
Exemplo n.º 2
0
 // //////////////
 internal static void ShowErrorMsg(string p, Point location)
 {
     Form f = new frmMsgOkOnly(p, MessageBoxIcon.Error, location);
 }