コード例 #1
0
 public EditorPane(VsRepositoryPackagePackage package)
     : base(null)
 {
     _package = package;
     FileExtensionUsed = GetFileExtension();
     _commandSetGuid = GetCommandSetGuid();
     UIControl = new RepositoryControl();
     base.Content = UIControl;
     UIControl.ViewModel.ContentChanged += (s, e) => OnContentChanged();
 }
コード例 #2
0
 public EditorFactory(VsRepositoryPackagePackage vsPackage)
 {
     _vsPackage = vsPackage;
 }