Beispiel #1
0
		public STUH2(STUH3 a3, string str)
		{
			h3 = a3;
			foo2 = str;
		}
Beispiel #2
0
 public STUH2(STUH3 a3, string str)
 {
     h3   = a3;
     foo2 = str;
 }
Beispiel #3
0
		public STUH2(STUH3 a3)
		{
			h3 = a3;
		}
Beispiel #4
0
 public STUH2(STUH3 a3)
 {
     h3 = a3;
 }