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