public static InputMatchs GetInstance() { if (frm == null) { frm = new InputMatchs(); } return frm; }
private void DateForm_FormClosing(object sender, FormClosingEventArgs e) { frm = null; }