# | 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" + |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |