개정판 3abe8d4e
issue #00000 자신의 마크업이 없는 경우 GotoMarkup에서 오류발생
Change-Id: Ideebbe7797a790e55dfa96e24fe5a6a528eeb784
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
50 | 50 |
string color = ""; |
51 | 51 |
taskBar.Content = message; |
52 | 52 |
DicTaskMessage.TryGetValue(type, out color); |
53 |
taskBar.Foreground = new SolidColorBrush(StringToColorConverter.Parse(color)); |
|
53 |
taskBar.Foreground = new SolidColorBrush(StringToColorBrushConverter.Parse(color));
|
|
54 | 54 |
} |
55 | 55 |
*/ |
56 | 56 |
} |
내보내기 Unified diff