// Return the UI control. #region "GetControl" public override object GetControl() { _ControlSettings = ((ISettingsBundle)DataSource).GetSettingsGroup <NumberVerifierSettings>(); _ControlSettings.BeginEdit(); if (_Control == null) { _Control = new NumberVerifierUI(); } return(_Control); }
public override object GetControl() { _ControlSettings = ((ISettingsBundle)DataSource).GetSettingsGroup<NumberVerifierSettings>(); _ControlSettings.BeginEdit(); if (_Control == null) { _Control = new NumberVerifierUI(); } return _Control; }