Beispiel #1
0
        public TesterInterface(FullTextFormatter textFormatter)
            : this()
        {
            _textFormatter  = textFormatter;
            btFormat.Click += BtFormat_Click;

            rtbUnformattedText.Focus();
        }
        public GetTextFormatInfoFeatureSteps()
        {
            IKernel kernel = new StandardKernel(new DefaultBusinessModule());

            _textFormatter = kernel.Get <FullTextFormatter>();
        }