Files
2020-12-31 10:35:24 +01:00

7 lines
428 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="EnrollDevice.aspx.cs" Inherits="MP_MAG.SMART.EnrollDevice" %>
<%@ Register Src="~/WebUserControls/mod_regNewDevice.ascx" TagPrefix="uc1" TagName="mod_regNewDevice" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<uc1:mod_regNewDevice runat="server" ID="mod_regNewDevice" />
</asp:Content>