var Bizgaze; (function (Bizgaze) { let Apps; (function (Apps) { let Hrms; (function (Hrms) { let Payroll; (function (Payroll) { let Controls; (function (Controls) { let PayRun; (function (PayRun) { class TerminateEmployee_Settings extends Unibase.Platform.Core.BaseComponent { loadSettingHtml(container) { } bindControlData(controldatajson) { } SaveControlData(controldatajson) { } loadControlPropertiesHtml(controlpropList, container) { } bindPropertySettings(prop) { } savePropertySettings(prop) { } static Instance() { if (this.instance === undefined) { this.instance = new TerminateEmployee_Settings(); } return this.instance; } } PayRun.TerminateEmployee_Settings = TerminateEmployee_Settings; })(PayRun = Controls.PayRun || (Controls.PayRun = {})); })(Controls = Payroll.Controls || (Payroll.Controls = {})); })(Payroll = Hrms.Payroll || (Hrms.Payroll = {})); })(Hrms = Apps.Hrms || (Apps.Hrms = {})); })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {})); })(Bizgaze || (Bizgaze = {}));