Ejemplo n.º 1
0
        private void BtnEditoras_Click(object sender, EventArgs e)
        {
            pnlLeft.Height = btnEditoras.Height;
            pnlLeft.Top = btnEditoras.Top;

            frmEditoras editoras = new frmEditoras();
            editoras.ShowDialog();
        }
Ejemplo n.º 2
0
        private void EditorasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmEditoras fEditoras = new frmEditoras();

            fEditoras.ShowDialog();
        }