Add export from nsi service

This commit is contained in:
2025-08-14 12:00:48 +09:00
parent de36ea2a13
commit c6c1b31575
8 changed files with 127 additions and 9 deletions

View File

@ -67,7 +67,7 @@ namespace Hcs.ClientDemo
if (false) FileStoreDemo.DemoGetFileLength(client);
if (false) FileStoreDemo.DemoGostHash(client);
if (true) NsiDemo.DemoExportNsiItem(client);
if (true) NsiDemo.DemoExportNsiItem51(client);
}
catch (Exception ex)
{