Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            lotoForm lotoForma = new lotoForm();

            this.Hide();
            lotoForma.ShowDialog();
            this.Close();
        }
Example #2
0
        private void btnPonovo_Click(object sender, EventArgs e)
        {
            lotoForm lottoForm = new lotoForm();

            this.Hide();
            lottoForm.ShowDialog();
            this.Close();
        }