Inheritance: GenericFormRecord
Exemplo n.º 1
0
 internal TimeColorProxy With(Imad.TimeColor timeColor)
 {
     this.timeColor = timeColor;
     return this;
 }
Exemplo n.º 2
0
 internal TimeFloatProxy With(Imad.TimeFloat timeFloat)
 {
     this.timeFloat = timeFloat;
     return this;
 }