public TableRepositorySettingFrm(TableRepositoryType tableRepository)
        {
            InitializeComponent();

            _tableRepository = tableRepository;

            this.textEditorControl.Text = _tableRepository.Settings == null ? "" : _tableRepository.Settings.Trim();
        }
        public TableRepositorySettingFrm(TableRepositoryType tableRepository)
        {
            InitializeComponent();

            _tableRepository = tableRepository;

            this.textEditorControl.Text = _tableRepository.Settings == null ? "" : _tableRepository.Settings.Trim();
        }