修改父类

This commit is contained in:
ww-rm
2025-03-24 18:48:16 +08:00
parent afe210343f
commit d7a927475c

View File

@@ -9,7 +9,7 @@ using System.Threading.Tasks;
namespace SpineViewer
{
public class PointFConverter : ExpandableObjectConverter
public class PointFConverter : TypeConverter
{
public override bool CanConvertTo(ITypeDescriptorContext? context, [NotNullWhen(true)] Type? destinationType)
{