Beispiel #1
0
        private void abonosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmReporteAbono frm = new frmReporteAbono();

            frm.MdiParent = this;
            frm.Show();
        }
 public frmReporteAbono()
 {
     InitializeComponent();
     frmReporteAbono.f1 = this;
 }