| 10 |
|
{ |
| 11 |
|
class Program |
| 12 |
|
{ |
| 13 |
< |
public static readonly string toolsVersion = "0.7d"; |
| 13 |
> |
public static readonly string toolsVersion = "0.8"; |
| 14 |
|
|
| 15 |
|
public enum appErrors |
| 16 |
|
{ |
| 42 |
|
} |
| 43 |
|
} |
| 44 |
|
|
| 45 |
< |
static void Main(string[] args) |
| 45 |
> |
public static void Main(string[] args) |
| 46 |
|
{ |
| 47 |
– |
//long ticksThisTime = 0; |
| 48 |
– |
//System.Diagnostics.Stopwatch timePerParse = System.Diagnostics.Stopwatch.StartNew(); |
| 49 |
– |
|
| 50 |
– |
|
| 51 |
– |
|
| 47 |
|
try |
| 48 |
|
{ |
| 49 |
|
//We use a command parse library due to its advantages |
| 53 |
|
{ |
| 54 |
|
printAppError(appErrors.ERROR_PARAMS, "Error processing parameters:\n" + e.ToString()); |
| 55 |
|
} |
| 61 |
– |
|
| 62 |
– |
|
| 63 |
– |
|
| 64 |
– |
//// Stop the timer, and save the |
| 65 |
– |
//// elapsed ticks for the operation. |
| 66 |
– |
|
| 67 |
– |
//timePerParse.Stop(); |
| 68 |
– |
//ticksThisTime = timePerParse.ElapsedTicks; |
| 69 |
– |
//Console.WriteLine(ticksThisTime); |
| 70 |
– |
//Console.ReadLine(); |
| 56 |
|
} |
| 57 |
|
} |
| 58 |
|
} |