Пример #1
0
 public StringBerlinClockRenderer()
 {
     _lightRepresentation = new LightRepresentations();
 }
Пример #2
0
 public StringBerlinClockRenderer(LightRepresentations lightRepresentation)
 {
     _lightRepresentation = lightRepresentation;
 }