Esempio n. 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            Hide();
            FormPocitani nasob = new FormPocitani(1, 8, 0, 8, "**", "choice");

            nasob.FormClosing += new FormClosingEventHandler(Zavri);
            nasob.Show();
        }
Esempio n. 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Hide();
            FormPocitani odcitani = new FormPocitani(10, 21, -999, -999, "-", "choice-");

            odcitani.FormClosing += new FormClosingEventHandler(Zavri);
            odcitani.Show();
        }
Esempio n. 3
0
        private void button3_Click(object sender, EventArgs e)
        {
            Hide();
            FormPocitani scitodec = new FormPocitani(10, 21, -999, -999, "+-", "choice+-");

            scitodec.FormClosing += new FormClosingEventHandler(Zavri);
            scitodec.Show();
        }
Esempio n. 4
0
        private void button1_Click(object sender, EventArgs e)
        {
            Hide();
            FormPocitani scitani = new FormPocitani(0, 31, 0, 21, "+", "choice+");

            scitani.FormClosing += new FormClosingEventHandler(Zavri);
            scitani.Show();
        }