示例#1
0
        private void consultarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cLibros ver = new cLibros();

            ver.MdiParent = this;
            ver.Show();
        }
示例#2
0
        private void LibrosToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cLibros consulta = new cLibros();

            consulta.MdiParent = this;
            consulta.Show();
        }
示例#3
0
        private void consultarLibrosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cLibros view = new cLibros();

            view.Show();
        }