Пример #1
0
        private void ebutton_Click(object sender, EventArgs e)
        {
            StaticticsForm sf = new StaticticsForm();

            refreshtable(sf.getGridVeiw());
            Application.Exit();
        }
Пример #2
0
        private void abutton_Click(object sender, EventArgs e)
        {
            StaticticsForm sf = new StaticticsForm();

            refreshtable(sf.getGridVeiw());
            sf.Show();
            this.Hide();
        }