public CommonTimerUserEditor( CommonTimerEditor e )
        {
            InitializeComponent();

            _editor = e;

            nInteval.Value = _editor.Interval;
        }