Exemple #1
0
 private void ListUsersToGrid()
 {
     dataGridView1.DataSource = ConnectionUtils.ExecuteCommand("SELECT * FROM Registration");
 }
Exemple #2
0
 private void ListItemsToGrid()
 {
     dataGridView1.DataSource = ConnectionUtils.ExecuteCommand("SELECT * FROM Item");
 }