fix: resolve ns conflict.

This commit is contained in:
rabbitism
2024-02-06 22:19:16 +08:00
parent 95321030c8
commit f83fc1e4c4

View File

@@ -4,6 +4,7 @@ using Avalonia.Controls.Primitives;
using Avalonia.LogicalTree;
using Avalonia.Styling;
using Ursa.Common;
using System;
namespace Ursa.Controls;
@@ -51,7 +52,7 @@ public abstract class ThemeSelectorBase: TemplatedControl
}
}
private void OnScopeThemeChanged(object sender, EventArgs e)
private void OnScopeThemeChanged(object sender, System.EventArgs e)
{
_syncFromScope = true;
if (this.TargetScope is { } target)