프로젝트

일반

사용자정보

개정판 b10671a4

IDb10671a480ee667530061d40af578b518e10b556
상위 e16a4c3f
하위 3d918d31

김태성이(가) 5년 이상 전에 추가함

layout 변경

Change-Id: Iee33e49e17ec1fd14b2820f01f619a99ae17147e

차이점 보기:

KCOM/App.xaml.cs
55 55
        {
56 56
            get
57 57
            {
58
                return DesignerProperties.GetIsInDesignMode(new DependencyObject());
58
                try
59
                {
60
                    return DesignerProperties.GetIsInDesignMode(new DependencyObject());
61
                }
62
                catch (Exception)
63
                {
64
                    return false;
65
                }
59 66
            }
60 67
            private set { }
61 68
        }
......
118 125

  
119 126
        public App()
120 127
        {
121
            Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.VisualStudio2013Theme();
128
            Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.Office2016Theme();
122 129
        }
123 130

  
124 131
        protected override async void OnStartup(StartupEventArgs e)

내보내기 Unified diff