4 |
|
|
5 |
using gr2lib.core.typedefs; |
using gr2lib.core.typedefs; |
6 |
using gr2lib.core.exceptions; |
using gr2lib.core.exceptions; |
7 |
|
using gr2lib.core.interfaces; |
8 |
|
|
9 |
namespace gr2lib.core.apiversion |
namespace gr2lib.core.apiversion |
10 |
{ |
{ |
94 |
#endregion |
#endregion |
95 |
|
|
96 |
#region public class Granny2APIVersion |
#region public class Granny2APIVersion |
|
public interface igranny2apiversion |
|
|
{ |
|
|
bool apiversionsmatch { get; } |
|
|
versiontype apiversion { get; } |
|
|
versiontype expectedapiversion { get; } |
|
|
} |
|
97 |
/// <summary> |
/// <summary> |
98 |
/// Handle's the checking of the Loaded Granny2 API Version |
/// Handle's the checking of the Loaded Granny2 API Version |
99 |
/// </summary> |
/// </summary> |