//end current editing
private void endCurrentEdit()
{
this.BindingContext[usmDataSet_EstimateProcedure1,
"estimate_procedure"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"estimates"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"company_info"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"cabinet"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"cylinder"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"pipe"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"angle_irons"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"bars"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"rail"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"beams_channels"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"given"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"circumference"].EndCurrentEdit();
this.BindingContext[usmDataSet_EstimateProcedure1,
"diameter"].EndCurrentEdit();
}