private void btntasas_Click(object sender, EventArgs e)
        {
            frmconsultatasas frm = new frmconsultatasas();

            this.Hide();
            frm.Show();
        }
Beispiel #2
0
        private void tasasDeCambioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmconsultatasas frm = new frmconsultatasas();

            this.Hide();
            frm.Show();
        }