This commit is contained in:
2020-04-27 20:55:03 +00:00
parent 825ea28b8d
commit cc06b2a0ab
22 changed files with 2936 additions and 18 deletions

View File

@@ -131,8 +131,10 @@ namespace AyaNova.PlugIn.V8
MessageBox.Show("** WARNING: before proceeding make sure your AyaNova Generator service is STOPPED to ensure the integrity of your exported data. Failing to do so *will* result in damaged data. ***");
}
Auth d = new Auth();
d.ShowDialog();
//Only one command
DumpIt();
// DumpIt();
}
#endregion