コード例 #1
0
 public ApplicationTestDouble()
 {
     Documents = new DocumentsTestDouble(this);
     Windows = new WindowsTestDouble(this);
 }
コード例 #2
0
 public ApplicationTestDouble()
 {
     Documents = new DocumentsTestDouble(this);
     Windows   = new WindowsTestDouble(this);
 }