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