示例#1
0
 private void setVehileIdByStaff(staff staf, int id)
 {
     staf.VehicleId = id;
 }
示例#2
0
 private Vehicle showSearchVehileResultByStaff(staff staf)
 {
     return(staf.Vehicle);
 }
示例#3
0
 private void setVehileItemsByStaff(staff staf)
 {
     //staf.VehicleId = int.Parse(txtVeId.Text.Trim());
     staf.Odometer = txtOdemeter.Text.Trim();
     staf.Status   = cobStatus.Text.Trim();
 }