Files
2019-10-31 10:34:30 +01:00

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>