示例#1
0
 public Bootstrapper()
 {
     _selfProvider = new SelfProvider();
     _textRulesRegistryProvider    = new TextRulesRegistryProvider();
     _httpRulesRegistryProvider    = new HttpRulesRegistryProvider();
     _proxyRegistryProvider        = new ProxyRegistryProvider();
     _compositionContainerProvider = new CompositionContainerProvider();
     _systemProxySettingsProvider  = new SystemProxySettingsProvider();
 }
示例#2
0
        public TextRuleViewModel(Rule rule = null) : base(rule)
        {
            TextRulesRegistryProvider textRulesRegistryProvider = new TextRulesRegistryProvider();

            _textRulesRegistry = textRulesRegistryProvider.GetInstance();
        }