Example #1
0
        private void btnSalonDuzeni_Click(object sender, EventArgs e)
        {
            frmSalonDüzenleme frm = new frmSalonDüzenleme();

            FormAcAnasayfa(frm);
            this.Hide();
        }
Example #2
0
        private void btnSalonDüzenleme_Click(object sender, EventArgs e)
        {
            frmSalonDüzenleme frm = new frmSalonDüzenleme();

            FormAc(frm);
            pnlMenu.Height            = 0;
            pnlFiyat.Height           = 0;
            btnSeansMenu.Location     = new Point(9, 166);
            btnBiletFiyat.Location    = new Point(9, 212);
            pnlFiyat.Location         = new Point(9, 300);
            btnSalonDüzenleme.Visible = false;
            btnSalonTanımlama.Visible = false;
        }