コード例 #1
0
        private void btnHobiDuzenle_Click(object sender, EventArgs e)
        {
            HobiDuzenlemeSayfasi hobiDuzenlemeSayfasi = new HobiDuzenlemeSayfasi(connection);

            hobiDuzenlemeSayfasi.Show();
            hobiDuzenlemeSayfasi.FormClosed += HobiEklemeSayfası_FormClosed;
            this.Hide();
        }
コード例 #2
0
        private void hobileriDüzenleToolStripMenuItem_Click(object sender, EventArgs e)
        {
            HobiDuzenlemeSayfasi hobiDuzenlemeSayfasi = new HobiDuzenlemeSayfasi(connection);

            hobiDuzenlemeSayfasi.Show();
            hobiDuzenlemeSayfasi.FormClosed += HobiEklemeSayfası_FormClosed;
            this.Hide();
        }