private void button1_Click(object sender, EventArgs e) { StastisticsForm form1 = new StastisticsForm(""); form1.ShowDialog(); }
private void button_statistika_Click_1(object sender, EventArgs e) { StastisticsForm t = new StastisticsForm(""); t.ShowDialog(); }