This commit is contained in:
2018-07-19 15:53:04 +00:00
parent 09d5376d94
commit 7fcc5c21de
9 changed files with 85 additions and 80 deletions

View File

@@ -174,9 +174,9 @@ namespace rockfishCore.Util
{
StringBuilder sb = new StringBuilder();
sb.Append("LICENSE DETAILS\r\n");
sb.Append("This key must be installed before: ");
sb.Append(ko.installByDate.ToString("D"));
sb.Append("\r\n");
// sb.Append("This key must be installed before: ");
// sb.Append(ko.installByDate.ToString("D"));
// sb.Append("\r\n");
//if (kg.SelectedLicenseType == "Web requested trial")
//{