예제 #1
0
        protected override void ReadEditModeValueCore()
        {
            if (PropertyValue == null)
            {
                PropertyValue = new TralusDate();
            }

            UpdateControlsValue();
        }
예제 #2
0
 public AircraftRegisterSeatInfo()
 {
     StartDate = new TralusDate();
     EndDate   = new TralusDate();
 }