public ProgramStep(ProgramStepType type, object args, string comment = null) { this.Type = type; this.Args = args; this.Comment = comment; }
public ProgramStep(ProgramStepType type, object args, string comment = null) { Type = type; Args = args; Comment = comment; }