コード例 #1
0
 private void Satislar_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = fk.SatisStunOlustur();
     FormLoad();
 }