Exemplo n.º 1
0
 public TestClassComplexConstructor(IXX xxParm, IYY yyParm)
 {
     //Debug.Print("Created TestClass");
     XX = xxParm;
     YY = yyParm;
 }
Exemplo n.º 2
0
 public TestClassComplexConstructor(IXX xxParm, IYY yyParm)
 {
     //Debug.Print("Created TestClass");
     XX = xxParm;
     YY = yyParm;
 }