Пример #1
0
        void notlistesi()
        {
            List <EntityNotlar> EntNot = BLLNotlar.LISTELE();

            dataGridView1.DataSource = EntNot;
            this.Text = "Başarılı";
        }
Пример #2
0
        void NotListesi()
        {
            List <EntityNotlar> NotList = BLLNotlar.LISTELE();

            dataGridView1.DataSource = NotList;
        }