mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-06 17:50:51 +08:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Util.DiagramDesigner
|
||||
{
|
||||
public interface IDrawModeViewModel
|
||||
{
|
||||
DrawMode GetDrawMode();
|
||||
void SetDrawMode(DrawMode drawMode);
|
||||
|
||||
void ResetDrawMode();
|
||||
|
||||
CursorMode CursorMode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user