private void ürünİşlemleriToolStripMenuItem_Click(object sender, EventArgs e) { formUrunListesi ul = new formUrunListesi(); ul.ShowDialog(); }
private void urunDT_Click(object sender, EventArgs e) { formUrunListesi ful = new formUrunListesi(); ful.ShowDialog(); }