Example #1
0
 private void txtPrice_TextChanged(object sender, EventArgs e)
 {
     lvTrips_Load(ListTrips.FindByLessThanPrice(MyConvert.ToDouble(txtPrice.Text)));
 }