8 lines
420 B
Plaintext
8 lines
420 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/MoonPro.master" AutoEventWireup="true" CodeBehind="HwSwInfo.aspx.cs" Inherits="ES3.HwSwInfo" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_HwSwInfo.ascx" TagPrefix="uc1" TagName="cmp_HwSwInfo" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
|
<uc1:cmp_HwSwInfo runat="server" id="cmp_HwSwInfo" />
|
|
</asp:Content>
|