Exemplo n.º 1
0
 public BeTested(Interface_One one, int init)
 {
     m_interfaceOne = one;
     m_internalInt  = init;
 }
Exemplo n.º 2
0
 public BeTested(Interface_One one) : this(one, -1)
 {
 }