示例#1
0
 private void Urunler_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = fk.UrunSutunOlustur();
     FormLoad();
 }