개정판 74abcf6f
sign manager 추가
Change-Id: Ia511ce9bf05e3a238353a549118d3b29ab673aa0
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
4243 | 4243 |
this.ParentOfType<MainWindow>().ChildrenOfType<RadToggleButton>().Where(data => data.IsChecked == true).FirstOrDefault().IsChecked = false; |
4244 | 4244 |
return; |
4245 | 4245 |
} |
4246 |
else |
|
4247 |
{ |
|
4248 |
if ( Application.Current.Resources.Keys.OfType<string>().Count(x => x == "UserSign") == 0) |
|
4249 |
{ |
|
4250 |
Application.Current.Resources.Add("UserSign", _sign); |
|
4251 |
} |
|
4252 |
else |
|
4253 |
{ |
|
4254 |
Application.Current.Resources["UserSign"] = _sign; |
|
4255 |
} |
|
4256 |
} |
|
4246 | 4257 |
|
4247 | 4258 |
if (currentControl is SignControl) |
4248 | 4259 |
{ |
내보내기 Unified diff