From dfa0806326ea8c600d40625d23f0fdea2bd1f8b3 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 12 Jan 2023 15:33:47 +0100 Subject: [PATCH] divisione code behind regnewdev --- GPW.CORE.SMART/Pages/RegNewDevice.razor | 2 -- GPW.CORE.SMART/Pages/RegNewDevice.razor.cs | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 GPW.CORE.SMART/Pages/RegNewDevice.razor.cs diff --git a/GPW.CORE.SMART/Pages/RegNewDevice.razor b/GPW.CORE.SMART/Pages/RegNewDevice.razor index 0ae2471..5a40f40 100644 --- a/GPW.CORE.SMART/Pages/RegNewDevice.razor +++ b/GPW.CORE.SMART/Pages/RegNewDevice.razor @@ -15,6 +15,4 @@ Pagina x richiesta registrazione nuovo device istruzioni x uso pagina jumper

-@code { -} diff --git a/GPW.CORE.SMART/Pages/RegNewDevice.razor.cs b/GPW.CORE.SMART/Pages/RegNewDevice.razor.cs new file mode 100644 index 0000000..c4f7306 --- /dev/null +++ b/GPW.CORE.SMART/Pages/RegNewDevice.razor.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Components; +using System.Net.Http; +using Microsoft.AspNetCore.Authorization; +using Microsoft.AspNetCore.Components.Authorization; +using Microsoft.AspNetCore.Components.Forms; +using Microsoft.AspNetCore.Components.Routing; +using Microsoft.AspNetCore.Components.Web; +using Microsoft.AspNetCore.Components.Web.Virtualization; +using Microsoft.JSInterop; +using GPW.CORE.Smart; +using GPW.CORE.Smart.Shared; +using GPW.CORE.Comp; + +namespace GPW.CORE.Smart.Pages +{ + public partial class RegNewDevice + { + } +} \ No newline at end of file