8 lines
384 B
Plaintext
8 lines
384 B
Plaintext
<%@ Page Title="About" Language="C#" MasterPageFile="~/SiteContained.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="WebLCP.About" %>
|
|
|
|
<%@ Register Src="~/WUC/mod_about.ascx" TagPrefix="uc1" TagName="mod_about" %>
|
|
|
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:mod_about runat="server" ID="mod_about" />
|
|
</asp:Content>
|