private void BtnUrunListesiFormu_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { panel1.Visible = false; Formlar.FrmUrunListesi UrunListesiFormu = new Formlar.FrmUrunListesi(); UrunListesiFormu.MdiParent = this; UrunListesiFormu.Show(); }
private void BtnUrunListesiFormu_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { if (fr3 == null || fr3.IsDisposed) { fr3 = new Formlar.FrmUrunListesi(); fr3.MdiParent = this; fr3.Show(); } }