hMailServer.Administrator.ucScripts.LoadData C# (CSharp) Method

LoadData() public method

public LoadData ( ) : void
return void
        public void LoadData()
        {
            checkEnabled.Checked = _scriptingSettings.Enabled;
             comboLanguage.SelectedValue = _scriptingSettings.Language;

             EnableDisable();
        }