命名空间调整

This commit is contained in:
GG Z
2025-09-04 22:39:00 +08:00
parent 85435fb676
commit 36234cb529
58 changed files with 933 additions and 2241 deletions

View File

@@ -15,7 +15,6 @@ namespace ShrlAlgoToolkit.Mvvm.Assists
set { SetValue(DataProperty, value); }
}
// Using a DependencyProperty as the backing store for Data. This enables animation, styling, binding, etc...
public static readonly DependencyProperty DataProperty = DependencyProperty.Register(
nameof(Data),
typeof(object),

View File

@@ -18,7 +18,4 @@
<ItemGroup>
<Reference Include="System.ComponentModel.DataAnnotations" />
</ItemGroup>
<ItemGroup>
<Folder Include="Markup\" />
</ItemGroup>
</Project>