Esempio n. 1
0
 public PatchTagTask(PatchTagCommandLineArguments args)
 {
     this.Args = args;
 }
Esempio n. 2
0
 public static async Task Run(PatchTagCommandLineArguments args)
 {
     await new PatchTagTask(args).Run();
 }