checkPhasicFlow utility

This commit is contained in:
hamidrezanorouzi
2022-09-05 17:53:56 +04:30
parent 8b7edc4aaf
commit fa297c3c52
4 changed files with 66 additions and 1 deletions

View File

@ -88,7 +88,15 @@ public:
word description,
word opText = "");
word productName()const
{
return versionName;
}
word productNameCopyright()const
{
return versoinCopyright;
}
};