Add nsi service handler
This commit is contained in:
@ -59,13 +59,15 @@ namespace Hcs.ClientDemo
|
||||
if (false) HouseManagementDemo.DemoExportOneContract(client);
|
||||
if (false) HouseManagementDemo.DemoExportContractTrees(client);
|
||||
if (false) HouseManagementDemo.DemoImportNewContract(client);
|
||||
if (true) HouseManagementDemo.DemoExportOrgRegistry(client);
|
||||
if (false) HouseManagementDemo.DemoExportOrgRegistry(client);
|
||||
|
||||
if (false) FileStoreDemo.DemoDownloadFile(client);
|
||||
if (false) FileStoreDemo.DemoGostHash(client);
|
||||
if (false) FileStoreDemo.DemoUploadFile(client);
|
||||
if (false) FileStoreDemo.DemoGetFileLength(client);
|
||||
if (false) FileStoreDemo.DemoGostHash(client);
|
||||
|
||||
if (true) NsiDemo.DemoExportNsiItem(client);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user