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