sfc逻辑基本完成

This commit is contained in:
akwkevin
2021-08-02 18:08:43 +08:00
parent 0b8258003f
commit 831256336f
13 changed files with 328 additions and 53 deletions

View File

@@ -1067,5 +1067,9 @@ namespace AIStudio.Wpf.ADiagram.ViewModels
return new Size(formattedText.Width, formattedText.Height);
}
public virtual void Dispose()
{
}
}
}