C# Class TemplateRenamer.Program

显示文件 Open project: NikolayIT/ASP.NET-MVC-Template

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
RenameDirectories ( string currentDirectory, string originalName, string newName ) : void
RenameFileContents ( string currentDirectory, string originalName, string newName ) : void
RenameFiles ( string currentDirectory, string originalName, string newName ) : void

Method Details

Main() public static method

public static Main ( ) : void
return void