mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 18:56:35 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using AIStudio.Wpf.DiagramDesigner;
|
||||
|
||||
namespace AIStudio.Wpf.CSharpScript.ViewModels
|
||||
{
|
||||
public class CSharpScriptViewModel : LogicalGateItemViewModelBase
|
||||
{
|
||||
public CSharpScriptViewModel(LogicalType logicalType) : base(logicalType)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user