Example #1
0
		internal R0Linker()
		{
			r0 = new R0();
			r1 = new R1();
			r2 = new R2();
			r3 = new R3();
			r4 = new R4();
		}
Example #2
0
File: R1.cs Project: erdincay/db4o
		public virtual void SetR2(R2 r2)
		{
			this.r2 = r2;
		}
Example #3
0
 public virtual void SetR2(R2 r2)
 {
     this.r2 = r2;
 }