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