Merge branch 'Lab02' into Lab03
This commit is contained in:
commit
6269643601
@ -24,7 +24,7 @@ namespace FuelAccounting.Forms
|
|||||||
|
|
||||||
textBoxModel.Text = car.Model;
|
textBoxModel.Text = car.Model;
|
||||||
comboBoxCategory.SelectedItem = car.Category;
|
comboBoxCategory.SelectedItem = car.Category;
|
||||||
comboBoxDriverId.SelectedItem = car.DriverID;
|
comboBoxDriverId.SelectedValue = car.DriverID;
|
||||||
_carId = value;
|
_carId = value;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user