Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            StastisticsForm form1 = new StastisticsForm("");

            form1.ShowDialog();
        }
Exemplo n.º 2
0
        private void button1_Click_2(object sender, EventArgs e)
        {
            StastisticsForm form = new StastisticsForm(null);

            form.Show();
        }
Exemplo n.º 3
0
        private void button_statistika_Click_1(object sender, EventArgs e)
        {
            StastisticsForm t = new StastisticsForm("");

            t.ShowDialog();
        }