using System; using System.Collections; using CMS.FormControls; using CMS.SettingsProvider; using CMS.UIControls; public partial class CMSModules_Scheduler_FormControls_Cloning_CMS_ScheduledTaskSettings : CloneSettingsControl { #region "Properties" /// /// Returns close script which should be run when cloning is sucessfully done. /// public override string CloseScript { get { return "wopener.RefreshGrid(); CloseDialog();"; } } /// /// Hide control. /// public override bool DisplayControl { get { return false; } } #endregion }