Fix: return graph from player to independent button, develop: add MainGraphView, TreeView, TreeCommand.
This commit is contained in:
@@ -10,8 +10,10 @@ namespace StructureHelperCommon.Models.Functions
|
||||
{
|
||||
public class TableFunction : IOneVariableFunction
|
||||
{
|
||||
public bool IsUser { get; set; }
|
||||
public FunctionType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
public bool Check()
|
||||
{
|
||||
@@ -25,8 +27,10 @@ namespace StructureHelperCommon.Models.Functions
|
||||
|
||||
public class CopyOfTableFunction : IOneVariableFunction
|
||||
{
|
||||
public bool IsUser { get; set; }
|
||||
public FunctionType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
public bool Check()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user