示例#1
0
        public AnkhEditorResolver(IAnkhServiceProvider context)
            : base(context)
        {
            ThreadHelper.ThrowIfNotOnUIThread();

            _factory = new AnkhEditorFactory();
            _factory.SetSite(this);
        }
示例#2
0
 public AnkhEditorResolver(IAnkhServiceProvider context)
     : base(context)
 {
     _factory = new AnkhEditorFactory();
     _factory.SetSite(this);
 }