コード例 #1
0
 public void AddFunction(PostfixFunction function)
 {
     Field.AddFunction(function);
     NewFunctionAdded?.Invoke(this, function);
 }