Beispiel #1
0
 public TimedGeometry2D(global::RTC.TimedGeometry2D source)
 {
     _Tm = Converter.RtcTimeToDateTime(source.tm);
     _Data = new ReactiveRTM.RTC.Geometry2D(source.data);
 }
Beispiel #2
0
 public TimedGeometry2D()
 {
     _Tm = default(System.DateTime);
     _Data = new ReactiveRTM.RTC.Geometry2D();
 }