Beispiel #1
0
		} // end void ActualizarKilometraje

		/// <summary>
		/// Limpia las variables
		/// </summary>
		private void Clear()
		{
			this.Operacion = new Entities.OperacionCaja();
			this.valesPrepagadosBindingSource.DataSource = null;
			this.planillasFiscalesBindingSource.DataSource = null;
			this.Vales.Clear();
			this.Planillas.Clear();
			this.Adeudos.Clear();
			this.DatosConductor = new Entities.DatosConductorUnidad();
			this.datosConductorBindingSource.ResetBindings(false);
			this.OperacionCajaBindingSource.ResetBindings(false);
			AppHelper.ClearControlExcept(this, this.SeriePlanillaTextBox.Name);
		}