Exemplo n.º 1
0
 private static OperaVersion GetOperaPakVersion(string fileName)
 {
     return(OperaVersion.Parse(Path.GetFileName(Path.GetDirectoryName(fileName))));
 }
Exemplo n.º 2
0
 public OperaPatch(string startVersion, string endVersion, int speeddialLayoutJs, int startPageHtml, int preinstalledSpeeddialsJs, int speeddialSuggestionsJs, int toolsCss, int filterCss, ExePatch exePatch) :
     this(OperaVersion.Parse(startVersion), OperaVersion.Parse(endVersion), speeddialLayoutJs, startPageHtml, preinstalledSpeeddialsJs, speeddialSuggestionsJs, toolsCss, filterCss, exePatch)
 {
 }