Пример #1
0
        private void pagoCreditoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmMostrarComprarPendientes frm = new frmMostrarComprarPendientes();

            frm.MdiParent = this;
            frm.Show();
            frm.dataListado.ClearSelection();
        }
 public frmMostrarComprarPendientes()
 {
     InitializeComponent();
     frmMostrarComprarPendientes.f1 = this;
 }