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