프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Views / SplashScreenWindow.xaml.cs @ 0585d5cc

이력 | 보기 | 이력해설 | 다운로드 (679 Bytes)

1 e0cfc73c ljiyeon
using KCOM.Common;
2 9d23566d ljiyeon
using System.Windows;
3
4
namespace KCOM.Views
5
{
6
    /// <summary>
7
    /// SplashScreenWindow.xaml에 대한 상호 작용 논리
8
    /// </summary>
9
    public partial class SplashScreenWindow : Window
10
    {
11
        public SplashScreenWindow()
12
        {
13 e0cfc73c ljiyeon
            App.splashString(ISplashMessage.SPLASHSCREENWINDOW);
14 9d23566d ljiyeon
            InitializeComponent();
15
        }
16
17
        public double Progress
18
        {
19
            get { return progressBar.Value; }
20
            set { progressBar.Value = value; }
21
        }
22 e0cfc73c ljiyeon
23
        public string SplashText
24
        {
25
            get { return splashText.Text; }
26
            set { splashText.Text = value; }
27
        }
28 9d23566d ljiyeon
    }
29
}
클립보드 이미지 추가 (최대 크기: 500 MB)