Example #1
0
        private void clienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormGestionCliente fgc = Program.container.GetInstance <FormGestionCliente>();

            fgc.ShowDialog();
        }
Example #2
0
        public void abrirGestionCliente()
        {
            FormGestionCliente menu = new FormGestionCliente();

            menu.ShowDialog();
        }