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

            _factory = new AnkhEditorFactory();
            _factory.SetSite(this);
        }
コード例 #2
0
ファイル: AnkhEditorResolver.cs プロジェクト: windygu/AnkhSVN
 public AnkhEditorResolver(IAnkhServiceProvider context)
     : base(context)
 {
     _factory = new AnkhEditorFactory();
     _factory.SetSite(this);
 }