private void GET_Stat_BT_Click(object sender, EventArgs e) { this.Hide(); GetStatistics f = new GetStatistics(this, nme, id); f.Show(); }
public statisticsveiwer(GetStatistics m, getstateschmode c, string t, string a) { mf = m; cf = c; title = t; amount = a; InitializeComponent(); }