private void button8_Click(object sender, EventArgs e)
        {
            frm_kullanici_giris f = new frm_kullanici_giris();

            f.Show();
            this.Close();
        }
Example #2
0
        private void button8_Click(object sender, EventArgs e)//KULLANICI DEĞİŞTİRME BUTONU
        {
            frm_kullanici_giris f = new frm_kullanici_giris();

            f.Show();
            this.Close();
        }
Example #3
0
        private void button1_Click(object sender, EventArgs e)
        {
            MIKTAR      = Convert.ToInt32(textBox1.Text);
            MODALRESULT = (dataGridView1.DataSource as DataTable).Rows[dataGridView1.CurrentRow.Index];
            this.Close();

            frm_kullanici_giris frm1 = new frm_kullanici_giris();

            Close();
        }
        private void button1_Click(object sender, EventArgs e)//KAYDET BUTONUNA BASINCA TIKLADIĞIMIZ ÜRÜNDEN EKLERİZ
        {
            MIKTAR      = Convert.ToInt32(textBox1.Text);
            MODALRESULT = (dataGridView1.DataSource as DataTable).Rows[dataGridView1.CurrentRow.Index];
            this.Close();

            frm_kullanici_giris frm1 = new frm_kullanici_giris();

            Close();
        }