81 |
|
public static string GrannyProductReleaseName = "release"; |
82 |
|
}; |
83 |
|
|
84 |
< |
public bool GrannyVersionsMatch() |
84 |
> |
private bool GrannyVersionsMatch() |
85 |
|
{ |
86 |
|
return gr2lib.core.coreapi.GrannyVersionsMatch( |
87 |
|
APIVersionType.GrannyProductMajorVersion, |
89 |
|
APIVersionType.GrannyProductCustomization, |
90 |
|
APIVersionType.GrannyProductBuildNumber); |
91 |
|
} |
92 |
< |
public void GetGrannyVersion() |
92 |
> |
private void GetGrannyVersion() |
93 |
|
{ |
94 |
|
granny_int32x Major = 0; |
95 |
|
granny_int32x Minor = 0; |
105 |
|
this._APIVersion = new VersionType(Major, Minor, Customization, Build); |
106 |
|
|
107 |
|
} |
108 |
< |
public string GrannyGetVersionString() |
108 |
> |
private string GrannyGetVersionString() |
109 |
|
{ |
110 |
|
return gr2lib.core.coreapi.GrannyGetVersionString(); |
111 |
|
} |