コード例 #1
0
 public void SetUp()
 {
     theCulture = new CultureInfo("en-GB");
     theStorage = new InMemoryLocalizationStorage();
     theScanner = new AssemblyScanner(theStorage, theCulture);
 }
コード例 #2
0
 public void SetUp()
 {
     theCulture = new CultureInfo("en-GB");
     theStorage = new InMemoryLocalizationStorage();
     theScanner = new AssemblyScanner(theStorage, theCulture);
 }