C# 클래스 IL.View.Services.ContentViewerService
파일 보기
프로젝트 열기: DenisVuyka/IL.View
공개 메소드들
메소드 |
설명 |
|
ShowImage ( string imageName, System.Windows.Media.Imaging.BitmapSource imageSource ) : void |
|
|
ShowSourceCode ( string sourceName, SourceLanguageType languageType, string sourceCode ) : void |
|
|
메소드 상세
public ShowImage ( string imageName, System.Windows.Media.Imaging.BitmapSource imageSource ) : void |
imageName |
string |
|
imageSource |
System.Windows.Media.Imaging.BitmapSource |
|
리턴 |
void |
|
public ShowSourceCode ( string sourceName, SourceLanguageType languageType, string sourceCode ) : void |
sourceName |
string |
|
languageType |
SourceLanguageType |
|
sourceCode |
string |
|
리턴 |
void |
|