divisione code behind regnewdev
This commit is contained in:
@@ -15,6 +15,4 @@ Pagina x richiesta registrazione nuovo device
|
||||
istruzioni x uso pagina jumper
|
||||
</p>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user