Ejemplo n.º 1
0
 internal override MSGTTRTC makeMSGTTRTC(MSGTTRT rt)
 {
     return(new RMSGTTRTC(this, rt));
 }
Ejemplo n.º 2
0
 public RMSGTTRTC(RU universe, MSGTTRT rt)
     : base(universe, rt)
 {
     this.universe = universe;
 }