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