예제 #1
0
        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();
 }