22 |
using WeifenLuo.WinFormsUI.Docking; |
using WeifenLuo.WinFormsUI.Docking; |
23 |
using System.IO; |
using System.IO; |
24 |
using RomCheater.Logging; |
using RomCheater.Logging; |
25 |
|
using Enterprise.Logging; |
26 |
|
|
27 |
namespace RomCheater.Docking |
namespace RomCheater.Docking |
28 |
{ |
{ |
40 |
FileInfo fi = new FileInfo(full_path); |
FileInfo fi = new FileInfo(full_path); |
41 |
if (!fi.Exists) |
if (!fi.Exists) |
42 |
{ |
{ |
43 |
logger.Error.WriteLine("Could not find {0} in path {1}", version_file, path); |
gLog.Error.WriteLine("Could not find {0} in path {1}", version_file, path); |
44 |
return; |
return; |
45 |
} |
} |
46 |
StringBuilder builder = new StringBuilder(); |
StringBuilder builder = new StringBuilder(); |