笔误啊

This commit is contained in:
艾竹
2022-05-29 16:02:25 +08:00
parent 179f8a45cc
commit c443603cfd

View File

@@ -16,7 +16,7 @@ namespace AIStudio.Wpf.BaseDiagram.Helpers
return (Type)obj.GetValue(EnumProperty);
}
public static void SetEnum(DependencyObject obj, string value)
public static void SetEnum(DependencyObject obj, Type value)
{
obj.SetValue(EnumProperty, value);
}