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