SampleSmart 1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
PopupNotice.xaml.Model.cs
이 파일의 문서화 페이지로 가기
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
8{
17 public sealed class PopupNoticeModel
18 {
27 public string Message { get; } = "공지 팝업입니다. 여러 종류의 팝업이 동시에 열리는지 확인합니다.";
28 }
29}