private void GET_Stat_BT_Click(object sender, EventArgs e) { this.Hide(); GetStatistics f = new GetStatistics(this, nme, id); f.Show(); }
private void button4_Click(object sender, EventArgs e) { this.Close(); if (cf != null) { cf.Show(); } else if (mf != null) { mf.Show(); } }