C# Class IL.View.Services.ContentViewerService

Inheritance: IContentViewerService
Afficher le fichier Open project: DenisVuyka/IL.View

Méthodes publiques

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

Method Details

ShowImage() public méthode

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

ShowSourceCode() public méthode

public ShowSourceCode ( string sourceName, SourceLanguageType languageType, string sourceCode ) : void
sourceName string
languageType SourceLanguageType
sourceCode string
Résultat void