Ejemplo n.º 1
0
		public ConditionalPhase(VariableEditorScopes scope, VariableEditorTypes type, int variableId, VariableEditorGetEquation equation, string getValue, List<int> outs) : base(outs){
			this.scope = scope;
			this.type = type;
			this.variableId = variableId;
			this.equation = equation;
			this.getValue = getValue;
		}
 public ConditionalPhase(VariableEditorScopes scope, VariableEditorTypes type, int variableId, VariableEditorGetEquation equation, string getValue, List <int?> outs) : base(outs)
 {
     this.scope      = scope;
     this.type       = type;
     this.variableId = variableId;
     this.equation   = equation;
     this.getValue   = getValue;
 }