Esempio n. 1
0
			public ProgramStep(ProgramStepType type, object args, string comment = null)
			{
				this.Type = type;
				this.Args = args;
				this.Comment = comment;
			}
Esempio n. 2
0
 public ProgramStep(ProgramStepType type, object args, string comment = null)
 {
     Type    = type;
     Args    = args;
     Comment = comment;
 }
Esempio n. 3
0
 public ProgramStep(ProgramStepType type, object args, string comment = null)
 {
     this.Type    = type;
     this.Args    = args;
     this.Comment = comment;
 }