C# Class Simple.Gui.ReplacerLogic

Mostra file Open project: juanplopes/simple

Public Methods

Method Description
DefaultExecute ( string path, string find, string replace, bool inName ) : void
Execute ( string path, string find, string replace, bool inName ) : void

Method Details

DefaultExecute() public static method

public static DefaultExecute ( string path, string find, string replace, bool inName ) : void
path string
find string
replace string
inName bool
return void

Execute() public static method

public static Execute ( string path, string find, string replace, bool inName ) : void
path string
find string
replace string
inName bool
return void