Exemplo n.º 1
0
        private void FacturacionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rFacturacion ver = new rFacturacion();

            ver.MdiParent = this;
            ver.Show();
        }
Exemplo n.º 2
0
        private void CajaChicaButton_Click(object sender, EventArgs e)
        {
            rFacturacion registro = new rFacturacion();

            registro.Show();
        }