示例#1
0
 private void FlushAfterHourSettings()
 {
     if (this.afterHourSettings != null)
     {
         this.AfterHourFeatures = AutoAttendantSettings.ToXml(this.afterHourSettings);
     }
 }
示例#2
0
 private void FlushBusinessHourSettings()
 {
     if (this.businessHourSettings != null)
     {
         this.BusinessHourFeatures = AutoAttendantSettings.ToXml(this.businessHourSettings);
     }
 }