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