Ejemplo n.º 1
0
        private void ebutton_Click(object sender, EventArgs e)
        {
            StaticticsForm sf = new StaticticsForm();

            refreshtable(sf.getGridVeiw());
            Application.Exit();
        }
Ejemplo n.º 2
0
        private void abutton_Click(object sender, EventArgs e)
        {
            StaticticsForm sf = new StaticticsForm();

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