public static void Alert(string msg, AlertForm.enmType type) { AlertForm frm = new AlertForm(); frm.showAlert(msg, type); }
private void Alert(string msg, AlertForm.enmType type) { AlertForm frm = new AlertForm(); frm.showAlert(msg, type); }