整理控件库
This commit is contained in:
@@ -61,10 +61,10 @@ public class CodeBlock : System.Windows.Controls.ContentControl
|
||||
{
|
||||
SetValue(ButtonCommandProperty, new RelayCommand<string>(OnTemplateButtonClick));
|
||||
|
||||
ApplicationThemeManager.Changed += ThemeOnChanged;
|
||||
ThemeManager.Changed += ThemeOnChanged;
|
||||
}
|
||||
|
||||
private void ThemeOnChanged(ApplicationTheme currentApplicationTheme, Color systemAccent)
|
||||
private void ThemeOnChanged(ThemeType currentApplicationTheme, Color systemAccent)
|
||||
{
|
||||
UpdateSyntax();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user