This commit is contained in:
2020-05-11 21:19:58 +00:00
parent 4ef18044e7
commit 6d6c011fa3
8 changed files with 105 additions and 26 deletions

View File

@@ -72,6 +72,11 @@ namespace AyaNova.PlugIn.V8
}
private void ProgressForm_Load(object sender, EventArgs e)
{
lblPreRelease.Text = util.PRE_RELEASE_VERSION_STRING;
}
//eoc
}
}