public static void Setup()
 {
     SetupAssembly.AssemblySetup();
 }
示例#2
0
 public void Setup()
 {
     SetupAssembly.AssemblySetup();
     SetupAssembly.AssemblySetupCrypto(_cryptoImplementation);
 }