예제 #1
0
 private void frmInvetarioStocks_Load(object sender, EventArgs e)
 {
     grdcDetalles.DataSource = invCont.StockGlobal();
 }