Exemple #1
0
		public Class2(int nb, NeoDatis.Odb.Test.Inheritance.IInterface interface1)
		{
			this.nb = nb;
			this.interface1 = interface1;
		}
Exemple #2
0
 public Class2(int nb, NeoDatis.Odb.Test.Inheritance.IInterface interface1)
 {
     this.nb         = nb;
     this.interface1 = interface1;
 }
Exemple #3
0
		public virtual void SetInterface1(NeoDatis.Odb.Test.Inheritance.IInterface interface1
			)
		{
			this.interface1 = interface1;
		}
Exemple #4
0
 public virtual void SetInterface1(NeoDatis.Odb.Test.Inheritance.IInterface interface1
                                   )
 {
     this.interface1 = interface1;
 }