# | Line 10 | Line 10 | namespace xmlTools | |
---|---|---|
10 | { | |
11 | class Program | |
12 | { | |
13 | < | public static readonly string toolsVersion = "0.8f"; |
13 | > | public static readonly string toolsVersion = "0.8g"; |
14 | private static appErrors lastError = appErrors.NO_ERROR; | |
15 | ||
16 | public enum appErrors | |
# | Line 43 | Line 43 | namespace xmlTools | |
43 | { | |
44 | Environment.Exit(1); | |
45 | } | |
46 | – | |
46 | lastError = error; | |
47 | } | |
48 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |