Beispiel #1
0
        private void Btncklb_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form formulario = new FormGiros();

            formulario.Show();
        }
Beispiel #2
0
        private void Btngiros_Click(object sender, EventArgs e)
        {
            Form formulario = new FormGiros();

            formulario.Show();
        }