예제 #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            index = 0;
            KategoriyaAdd newfrm = new KategoriyaAdd(index, cell);

            newfrm.Show();
        }
예제 #2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            cell  = dataGridView1.CurrentRow.Cells[0].Value.ToString();
            index = 1;
            KategoriyaAdd newfrm = new KategoriyaAdd(index, cell);

            newfrm.Show();
        }