Ejemplo n.º 1
0
 public void Process(IEnumerable<string> args, IWizard wizard)
 {
     var count = wizard.Apply();
     this.Log.WriteLine(string.Format("{0} files renamed successfully", count));
 }