private void kiralıkEvlerToolStripMenuItem_Click(object sender, EventArgs e) { EvleriGoruntule cg = new EvleriGoruntule(this, "Kiralık"); cg.MdiParent = this; cg.Text = "Kiralık Evler"; cg.Show(); }
public evEkleDuzenle(ContainerForm mdiIcin, EvleriGoruntule tabloGuncellemekIcın) { InitializeComponent(); this.mdiIcin = mdiIcin; this.tabloGuncellemekIcın = tabloGuncellemekIcın; }
public evEkleDuzenle(EvleriGoruntule tabloGuncellemekIcın) { InitializeComponent(); this.tabloGuncellemekIcın = tabloGuncellemekIcın; }