Exemple #1
0
 private void SLoadBtn_Click(object sender, EventArgs e)
 {
     dataGridView1.DataSource = StudentVM.SGridView();
 }