Example #1
0
		internal R0Linker()
		{
			r0 = new R0();
			r1 = new R1();
			r2 = new R2();
			r3 = new R3();
			r4 = new R4();
		}
Example #2
0
		public virtual void SetR3(R3 r3)
		{
			this.r3 = r3;
		}
Example #3
0
 public virtual void SetR3(R3 r3)
 {
     this.r3 = r3;
 }