コード例 #1
0
 public BeTested(Interface_One one, int init)
 {
     m_interfaceOne = one;
     m_internalInt  = init;
 }
コード例 #2
0
 public BeTested(Interface_One one) : this(one, -1)
 {
 }