示例#1
0
 private void getAllShelfs()
 {
     dataGrid.ItemsSource = shelfDao.getAllShelvesInfo().Tables[0].DefaultView;
 }