命名空间调整
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user