This commit is contained in:
@@ -114,13 +114,19 @@ namespace AyaNova.PlugIn.QBOI
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (AyaNovaVersion.Major != 7)
|
||||
{
|
||||
MessageBox.Show("This AyaNovaQBOI plugin requires AyaNova version 7");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (AyaNovaVersion.Minor < 6)
|
||||
{
|
||||
MessageBox.Show("This AyaNovaQBOI plugin requires AyaNova version 7.6 or higher");
|
||||
return false;
|
||||
}
|
||||
|
||||
Util.GlobalSettings = AyaBizUtils.GlobalSettings;
|
||||
|
||||
ObjectsWeCanDealWith = new List<RootObjectTypes>();
|
||||
|
||||
Reference in New Issue
Block a user