Esempio n. 1
0
 public Template(Platform platform, string fileName, string workingDirectory, bool withPubKey = false)
 {
     _fileName         = Guard.NotNullOrEmpty(fileName, nameof(fileName));
     _workingDirectory = Guard.NotNullOrEmpty(workingDirectory, nameof(workingDirectory));
     ClientGenerator.CreateClient(platform, _fileName, withPubKey);
 }