8 lines
388 B
Plaintext
8 lines
388 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="Reordering.aspx.cs" Inherits="NKC_WF.Reordering" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/tpl_WIP.ascx" TagPrefix="uc1" TagName="tpl_WIP" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:tpl_WIP runat="server" ID="tpl_WIP" />
|
|
</asp:Content>
|