[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.CommandDesigner-1

类 CommandDesigner<T>

命令编辑器。

继承
object
CommandDesigner<T>
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.Design.dll
语法
public class CommandDesigner<T> : CommandDesigner where T : Command
类型参数
名称 描述
T

构造函数

CommandDesigner()

命令编辑器。

声明
public CommandDesigner()

属性

Command

编辑器对应的命令。

声明
public T Command { get; }
属性值
类型 描述
T