Ejemplo n.º 1
0
 private void RunQuery_Click(object sender, EventArgs e)
 {
     ResultLabel.Text = bl.GetUnitCost(ProductBox.Text, InitialDatePicker.Value.Date, FinalDatePicker.Value.Date, LocationBox.Text, ResultView);
 }