private void button3_Click(object sender, EventArgs e) { this.Hide(); var fr = new StatisticProfil(this); fr.Show(); }
public StatisticProfilWithRzdelTest(List <string> dataFromFile, string _Razdel, StatisticProfil st) { InitializeComponent(); massiv = dataFromFile; Razdel = _Razdel; bufer = st; label4.Text = "Предмет: " + Razdel; loadData(); }