Mark checked API
This commit is contained in:
@ -59,7 +59,9 @@ namespace Hcs.ClientDemo
|
||||
if (false) HouseManagementDemo.DemoExportMeteringDevices(client);
|
||||
if (false) HouseManagementDemo.DemoExportOneContract(client);
|
||||
if (false) HouseManagementDemo.DemoExportContractTrees(client);
|
||||
// Вызван
|
||||
if (false) HouseManagementDemo.DemoImportNewContract(client);
|
||||
// Вызван
|
||||
if (false) HouseManagementDemo.DemoExportOrgRegistry(client);
|
||||
|
||||
if (false) FileStoreDemo.DemoDownloadFile(client);
|
||||
@ -68,9 +70,11 @@ namespace Hcs.ClientDemo
|
||||
if (false) FileStoreDemo.DemoGetFileLength(client);
|
||||
if (false) FileStoreDemo.DemoGostHash(client);
|
||||
|
||||
// Вызван
|
||||
if (false) NsiDemo.DemoExportNsiItem51(client);
|
||||
|
||||
if (true) NsiCommonDemo.DemoExportNsiItem2(client);
|
||||
// Вызван
|
||||
if (false) NsiCommonDemo.DemoExportNsiItem2(client);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user