Esempio n. 1
0
 public void BeforeEach()
 {
     fs.DeleteDirectory(thePath);
     theInput = new InitPakInput
                {
                    Name = pakName,
                    Path = thePath
                };
 }
Esempio n. 2
0
 public void BeforeEach()
 {
     fs.DeleteDirectory(thePath);
     theInput = new InitPakInput
     {
         Name = pakName,
         Path = thePath
     };
 }