示例#1
0
 private void BindData()
 {
     gridControl1.DataSource = _firmaServis.List();
 }