Ejemplo n.º 1
0
        private void showReports()
        {
            frmReportDaily f = new frmReportDaily();

            f.MdiParent = this;

            showManaged(f);
        }
Ejemplo n.º 2
0
        private void showReports()
        {
            frmReportDaily f = new frmReportDaily();
            f.MdiParent = this;

            showManaged(f);
        }