Пример #1
0
 public void GetAll()
 {
     gridControl1.DataSource = stock.GetAllJoin(context);
 }