ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/xmlTools/trunk/posUpdate/Program.cs
(Generate patch)

Comparing xmlTools/trunk/posUpdate/Program.cs (file contents):
Revision 714 by s10k, Thu Mar 21 10:43:10 2013 UTC vs.
Revision 718 by s10k, Thu Mar 21 10:53:30 2013 UTC

# Line 44 | Line 44 | namespace xmlTools
44  
45          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
# Line 58 | Line 53 | namespace xmlTools
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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)