コード例 #1
0
 public void TextViewCreated(IWpfTextView textView) =>
 BackgroundImageService.InstallService(textView, imageSourceServiceProvider.Create(textView));
コード例 #2
0
 public override void HexViewCreated(WpfHexView hexView) =>
 HexViewBackgroundImageService.InstallService(hexView, imageSourceServiceProvider.Create(hexView));