Beispiel #1
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other CAATSignal instance.</param>
 private CaatSignal(CaatSignal other)
     : base(other)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Private constructor for clone method.
 /// </summary>
 /// <param name="other">Other CAATSignal instance.</param>
 private CaatSignal(CaatSignal other)
     : base(other) { }