idk
This commit is contained in:
parent
bf74d17e00
commit
a6a9a96aa1
@ -37,8 +37,12 @@ namespace MBS.Framework.Logic
|
||||
}
|
||||
|
||||
public string Name { get; set; } = null;
|
||||
public string Title { get; set; } = null;
|
||||
public Expression Expression { get; set; } = null;
|
||||
|
||||
public Variable()
|
||||
{
|
||||
}
|
||||
public Variable(string name, Expression expression = null)
|
||||
{
|
||||
Name = name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user