C# 클래스 ThemeEditor.WPF.Themes.ThemeInfoViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
Save ( Stream s ) : void
ThemeInfoViewModel ( SMDH model, string tag ) : System.IO

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Save() 공개 메소드

public Save ( Stream s ) : void
s System.IO.Stream
리턴 void

ThemeInfoViewModel() 공개 메소드

public ThemeInfoViewModel ( SMDH model, string tag ) : System.IO
model ThemeEditor.Common.SMDH.SMDH
tag string
리턴 System.IO