示例#1
0
 private void ListUsersToGrid()
 {
     dataGridView1.DataSource = ConnectionUtils.ExecuteCommand("SELECT * FROM Registration");
 }
示例#2
0
文件: Item.cs 项目: zerdoru/envanter
 private void ListItemsToGrid()
 {
     dataGridView1.DataSource = ConnectionUtils.ExecuteCommand("SELECT * FROM Item");
 }