Files
NKC/NKC_WF/SecondScreen.aspx
T
2019-09-24 16:17:02 +02:00

8 lines
392 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="SecondScreen.aspx.cs" Inherits="NKC_WF.SecondScreen" %>
<%@ 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>