void notlistesi() { List <EntityNotlar> EntNot = BLLNotlar.LISTELE(); dataGridView1.DataSource = EntNot; this.Text = "Başarılı"; }
void NotListesi() { List <EntityNotlar> NotList = BLLNotlar.LISTELE(); dataGridView1.DataSource = NotList; }