12 |
const string msmoney_file2 = "/home/william/temp/msmoney/My Money Backup 0.mbf"; |
const string msmoney_file2 = "/home/william/temp/msmoney/My Money Backup 0.mbf"; |
13 |
const string msmoney_file3 = "/home/william/temp/msmoney/My Money.M14"; |
const string msmoney_file3 = "/home/william/temp/msmoney/My Money.M14"; |
14 |
|
|
15 |
const string msmoney_file = msmoney_file1; |
const string msmoney_file = msmoney_file2; |
16 |
|
|
17 |
static void Log_OnFlush(object sender, LoggerOnFlushEventArgs e) { OnLogFlush(e.Buffer); } |
static void Log_OnFlush(object sender, LoggerOnFlushEventArgs e) { OnLogFlush(e.Buffer); } |
18 |
static void OnLogFlush(string logmessage) |
static void OnLogFlush(string logmessage) |