예제 #1
0
 public override bool Execute()
 {
     GeneratorUtility.ExecuteAsync(SourcePath, OutputAssembly, RootNamespace);
     return(true);
 }