Ejemplo n.º 1
0
 void SelectDatas(Articles art)
 {
     dgArticle.DataSource = art.AllArticlesInStock();
 }