コード例 #1
0
        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();
        }
コード例 #2
0
 public evEkleDuzenle(ContainerForm mdiIcin, EvleriGoruntule tabloGuncellemekIcın)
 {
     InitializeComponent();
     this.mdiIcin = mdiIcin;
     this.tabloGuncellemekIcın = tabloGuncellemekIcın;
 }
コード例 #3
0
 public evEkleDuzenle(EvleriGoruntule tabloGuncellemekIcın)
 {
     InitializeComponent();
     this.tabloGuncellemekIcın = tabloGuncellemekIcın;
 }