public Variable(string name, string type, VariablesScopes scope) { Name = OpenSTAUtils.RenameVariableIfNeccesary(name); Type = type; Scope = scope; }
public EndTimer(string timerName) { TimerName = OpenSTAUtils.RenameVariableIfNeccesary(timerName); }