Exemplo n.º 1
0
 public STRTH2(STRTH3 a3, string str)
 {
     h3        = a3;
     a3.parent = this;
     foo2      = str;
 }
Exemplo n.º 2
0
		public STRTH2(STRTH3 a3, string str)
		{
			h3 = a3;
			a3.parent = this;
			foo2 = str;
		}
Exemplo n.º 3
0
 public STRTH2(STRTH3 a3)
 {
     h3        = a3;
     a3.parent = this;
 }
Exemplo n.º 4
0
		public STRTH2(STRTH3 a3)
		{
			h3 = a3;
			a3.parent = this;
		}