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

@@ -32,6 +32,11 @@ namespace AyaNova.PlugIn.V8
this.Close();
}
private void Opt_Load(object sender, EventArgs e)
{
lblPreRelease.Text = util.PRE_RELEASE_VERSION_STRING;
}