예제 #1
0
파일: Menu.cs 프로젝트: carlosv14/SED
        private void ribbonPanel4_Click(object sender, EventArgs e)
        {
            try
            {
            }
            catch (Exception c)
            {
                MessageBox.Show(c.Message);
            }
            Reportes r = new Reportes(con);

            tabStrip1.MdiForm = this;
            r.MdiParent       = this;
            r.Show();
        }
예제 #2
0
파일: Menu.cs 프로젝트: josselynmedina/SED
        private void ribbonPanel4_Click(object sender, EventArgs e)
        {
            try
            {

            }
            catch (Exception c)
            {
                MessageBox.Show(c.Message);
            }
            Reportes r = new Reportes(con);
            tabStrip1.MdiForm = this;
            r.MdiParent = this;
            r.Show();
        }