public HasTwoConstructors3(SimpleComponent1 x, SimpleComponent2 y)
 {
     X = x;
     Y = y;
 }
예제 #2
0
		public HasTwoConstructors4(SimpleComponent1 x)
		{
		}
예제 #3
0
 public UsesSimpleComponent1(SimpleComponent1 dependency)
 {
     this.dependency = dependency;
 }
예제 #4
0
		public HasTwoConstructors4(string text, SimpleComponent1 x, SimpleComponent2 y)
		{
		}
예제 #5
0
 public HasTwoConstructors3(SimpleComponent1 x, SimpleComponent2 y)
 {
     X = x;
     Y = y;
 }
예제 #6
0
		public UsesSimpleComponent1(SimpleComponent1 dependency)
		{
			this.dependency = dependency;
		}
예제 #7
0
 public HasTwoConstructors4(SimpleComponent1 x)
 {
 }
예제 #8
0
 public HasTwoConstructors4(string text, SimpleComponent1 x, SimpleComponent2 y)
 {
 }