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 SetR4(R4 r4)
 {
     this.r4 = r4;
 }
Example #3
0
File: R3.cs Project: Galigator/db4o
		public virtual void SetR4(R4 r4)
		{
			this.r4 = r4;
		}