--- trunk/gr2lib_UnitTest/Program.cs 2010/07/14 09:55:24 28 +++ trunk/gr2lib_UnitTest/Program.cs 2010/07/14 18:46:06 33 @@ -12,10 +12,10 @@ namespace gr2lib_UnitTest static void Main(string[] args) { // Setup access to check loaded Granny2 API Version - Granny2APIVersion _version = new Granny2APIVersion(); + granny2apiversion _version = new granny2apiversion(); // Check if the Loaded API Version Matches - if (!_version.APIVersionsMatch) + if (!_version.apiversionsmatch) { // the loaded version does not match Console.WriteLine("Warning:\n" + |