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)
 {
 }