2023-06-09 15:04:54 +08:00
|
|
|
|
@*
|
2023-05-23 23:54:28 +08:00
|
|
|
|
//------------------------------------------------------------------------------
|
2023-06-09 15:04:54 +08:00
|
|
|
|
// 此代码版权声明为全文件覆盖,如有原作者特别声明,会在下方手动补充
|
|
|
|
|
|
// 此代码版权(除特别声明外的代码)归作者本人Diego所有
|
|
|
|
|
|
// 源代码使用协议遵循本仓库的开源协议及附加协议
|
2023-07-16 18:07:31 +08:00
|
|
|
|
// Gitee源代码仓库:https://gitee.com/diego2098/ThingsGateway
|
2023-06-09 15:04:54 +08:00
|
|
|
|
// Github源代码仓库:https://github.com/kimdiego2098/ThingsGateway
|
2023-07-16 17:48:22 +08:00
|
|
|
|
// 使用文档:https://diego2098.gitee.io/thingsgateway-docs/
|
2023-06-09 15:04:54 +08:00
|
|
|
|
// QQ群:605534569
|
2023-05-23 23:54:28 +08:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
*@
|
|
|
|
|
|
|
2023-09-30 23:05:53 +08:00
|
|
|
|
@using System.Net.Http
|
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Routing
|
2023-03-04 18:41:11 +08:00
|
|
|
|
@using Microsoft.AspNetCore.Components.Web
|
2023-09-30 23:05:53 +08:00
|
|
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
|
|
|
|
@using Microsoft.JSInterop
|
2023-03-04 18:41:11 +08:00
|
|
|
|
@using BlazorComponent
|
2023-09-30 23:05:53 +08:00
|
|
|
|
@using Masa.Blazor
|
|
|
|
|
|
@using Masa.Blazor.Presets
|
2023-10-10 20:02:15 +08:00
|
|
|
|
@using ThingsGateway.Foundation.Core;
|
2023-09-30 23:05:53 +08:00
|
|
|
|
@using ThingsGateway.Components;
|
|
|
|
|
|
@using ThingsGateway.Core;
|
|
|
|
|
|
@using System.Net.Http.Json
|
|
|
|
|
|
@using System.IO;
|
|
|
|
|
|
@using System.Text.Json;
|
|
|
|
|
|
@using ThingsGateway.Foundation.Serial;
|
|
|
|
|
|
@using ThingsGateway.Foundation.Sockets;
|