14 lines
557 B
Plaintext
14 lines
557 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" Culture="it-IT" AutoEventWireup="true" CodeBehind="regNewDevice.aspx.cs" Inherits="GPW_Smart.regNewDevice" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_regNewDevice.ascx" TagName="mod_regNewDevice" TagPrefix="uc1" %>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="container my-4">
|
|
<div class="row">
|
|
<div class="col">
|
|
<uc1:mod_regNewDevice ID="mod_regNewDevice1" runat="server" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|