Ejemplo n.º 1
0
 public void TotalSold(Label result)
 {
     result.Text = data.totalSold().Rows[0][0].ToString();
 }