public static void Show(string msg) { ErrorBox = new ErrorMsgBox(); ErrorBox.labelMsg.Text = msg; ErrorBox.ShowDialog(); }
public static bool VitalHandle(string str) { ErrorMsgBox.Show(str); return(false); }