C# Class IL.View.Services.ContentViewerService

Inheritance: IContentViewerService
显示文件 Open project: DenisVuyka/IL.View

Public Methods

Method Description
ShowImage ( string imageName, System.Windows.Media.Imaging.BitmapSource imageSource ) : void
ShowSourceCode ( string sourceName, SourceLanguageType languageType, string sourceCode ) : void

Method Details

ShowImage() public method

public ShowImage ( string imageName, System.Windows.Media.Imaging.BitmapSource imageSource ) : void
imageName string
imageSource System.Windows.Media.Imaging.BitmapSource
return void

ShowSourceCode() public method

public ShowSourceCode ( string sourceName, SourceLanguageType languageType, string sourceCode ) : void
sourceName string
languageType SourceLanguageType
sourceCode string
return void