# | Line 3 | Line 3 | using System.Collections.Generic; | |
---|---|---|
3 | using System.Text; | |
4 | ||
5 | using gr2lib.core.typedefs; | |
6 | + | using gr2lib.core.exceptions; |
7 | ||
8 | namespace gr2lib.core.apiversion | |
9 | { | |
# | Line 84 | Line 85 | namespace gr2lib.core.apiversion | |
85 | { | |
86 | public granny2apiversion() | |
87 | { | |
88 | + | granny2apiloader _loader = new granny2apiloader(); |
89 | this._apiversion = new versiontype(); | |
90 | this._apiversionsmatch = this.GrannyVersionsMatch(); | |
91 | this.GetGrannyVersion(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |