protected override void ReadEditModeValueCore() { if (PropertyValue == null) { PropertyValue = new TralusDate(); } UpdateControlsValue(); }
public AircraftRegisterSeatInfo() { StartDate = new TralusDate(); EndDate = new TralusDate(); }