Exemplo n.º 1
0
 public PatchScriptTask(PatchScriptCommandLineArguments args)
 {
     this.Args = args;
 }
Exemplo n.º 2
0
 public static async Task Run(PatchScriptCommandLineArguments args)
 {
     await new PatchScriptTask(args).Run();
 }