This commit is contained in:
2021-08-11 18:05:02 +00:00
parent 5c0c09beb1
commit 168eaf8e37
2 changed files with 20 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ namespace AyaNova.PlugIn.V8
}
//#endif
util.Initialized = false;
Auth d = new Auth();
var res = d.ShowDialog(); ;
if (res == DialogResult.Cancel)