private void btnClose_Click(object sender, EventArgs e) { AddNoticeForm form = new AddNoticeForm(this.rapidPassiveEngine, this.ggSupporter); form.ShowDialog(); if (form.DialogResult == DialogResult.OK) { Thread.Sleep(1000); this.ShowRecord(int.MaxValue, false); } }
private void btnClose_Click(object sender, EventArgs e) { AddNoticeForm form = new AddNoticeForm(this.rapidPassiveEngine, this.ggSupporter); form.ShowDialog(); }