SampleSmart 1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
ViewKeys.cs
이 파일의 문서화 페이지로 가기
2{
11 public static class ViewKeys
12 {
21 public const string WindowSub = "WindowSub";
22
31 public const string PopupNotice = "PopupNotice";
32
41 public const string PopupMonitor = "PopupMonitor";
42
51 public const string PopupSetting = "PopupSetting";
52 }
53}