Wupi engine hinzugefügt

This commit is contained in:
2019-03-27 12:47:20 +01:00
parent 26eaa9b213
commit c182f23ce2
5 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WupiEngine;
namespace SanSystem
{
@@ -57,6 +58,8 @@ namespace SanSystem
#if (DEBUG || LAPTOP)
this.Text += " INTERNE DEBUG VERSION";
#endif
if (Wupi.QueryInfo(0, QueryInfoOption.FirmCode) == 0)
this.Text += " nicht geschützter Version nur für TESTZWECKE!";
}