예제 #1
0
 public PatchScriptTask(PatchScriptCommandLineArguments args)
 {
     this.Args = args;
 }
예제 #2
0
 public static async Task Run(PatchScriptCommandLineArguments args)
 {
     await new PatchScriptTask(args).Run();
 }