Files
2019-11-27 19:19:10 +01:00

10 lines
517 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="HwSwInfo.aspx.cs" Inherits="MoonProTablet.HwSwInfo" %>
<%@ Register Src="~/WebUserControls/cmp_HwSwInfo.ascx" TagPrefix="uc1" TagName="cmp_HwSwInfo" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<uc1:cmp_HwSwInfo runat="server" id="cmp_HwSwInfo" />
</asp:Content>