ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib_UnitTest/Program.cs
(Generate patch)

Comparing trunk/gr2lib_UnitTest/Program.cs (file contents):
Revision 32 by william, Wed Jul 14 09:55:24 2010 UTC vs.
Revision 33 by william, Wed Jul 14 18:46:06 2010 UTC

# Line 12 | Line 12 | namespace gr2lib_UnitTest
12          static void Main(string[] args)
13          {
14              // Setup access to check loaded Granny2 API Version
15 <            Granny2APIVersion _version = new Granny2APIVersion();
15 >            granny2apiversion _version = new granny2apiversion();
16  
17              // Check if the Loaded API Version Matches
18 <            if (!_version.APIVersionsMatch)
18 >            if (!_version.apiversionsmatch)
19              {
20                  // the loaded version does not match
21                  Console.WriteLine("Warning:\n" +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines