Exemplo n.º 1
0
        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);
            }
        }
Exemplo n.º 2
0
        private void btnClose_Click(object sender, EventArgs e)
        {
            AddNoticeForm form = new AddNoticeForm(this.rapidPassiveEngine, this.ggSupporter);

            form.ShowDialog();
        }