7 lines
427 B
Plaintext
7 lines
427 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeBehind="PlannerReports.aspx.cs" Inherits="NKC_WF.site.PlannerReports" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_SheetsStats.ascx" TagPrefix="uc1" TagName="cmp_SheetsStats" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:cmp_SheetsStats runat="server" ID="cmp_SheetsStats" />
|
|
</asp:Content> |