public void SaveProgramPath(List <string> path) { string pathText = List2String(path); SaveProgramPath(pathText); SavePath.Raise(this, null); }