SampleCore 1.0.0.0
SampleCore 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
MainWindowModel.cs
이 파일의 문서화 페이지로 가기
1using Dreamine.MVVM.Attributes;
2
4{
13 public partial class MainWindowModel
14 {
23 public string Title { get; set; } = "타이틀 없는 드래그 가능한 창";
24
33 public string Message { get; set; } = "Dreamine 프레임워크로 구성된 MVVM 템플릿입니다.";
34 }
35}