예제 #1
0
파일: Class2.cs 프로젝트: ekicyou/pasta
		public Class2(int nb, NeoDatis.Odb.Test.Inheritance.IInterface interface1)
		{
			this.nb = nb;
			this.interface1 = interface1;
		}
예제 #2
0
 public Class2(int nb, NeoDatis.Odb.Test.Inheritance.IInterface interface1)
 {
     this.nb         = nb;
     this.interface1 = interface1;
 }
예제 #3
0
파일: Class2.cs 프로젝트: ekicyou/pasta
		public virtual void SetInterface1(NeoDatis.Odb.Test.Inheritance.IInterface interface1
			)
		{
			this.interface1 = interface1;
		}
예제 #4
0
 public virtual void SetInterface1(NeoDatis.Odb.Test.Inheritance.IInterface interface1
                                   )
 {
     this.interface1 = interface1;
 }