예제 #1
0
        public static void Display(string errMsg)
        {
            ErrorDlg dlg = new ErrorDlg();

            dlg.txtError.Text = errMsg;
            dlg.ShowDialog();
        }
예제 #2
0
 public static void Display(string errMsg)
 {
     ErrorDlg dlg = new ErrorDlg();
     dlg.txtError.Text = errMsg;
     dlg.ShowDialog();
 }