mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
调整一下删除拷贝,我也不记得之前为啥这样写了。
This commit is contained in:
@@ -14,7 +14,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public abstract class SelectableViewModelBase : BindableBase, ISelectable
|
||||
public abstract class SelectableViewModelBase : BindableBase, ISelectable, IDisposable
|
||||
{
|
||||
protected IDiagramServiceProvider _service
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user