Files
ScheMe-PIC/ScheMe-PIC/PREN.aspx
T
2017-09-21 18:26:43 +02:00

12 lines
591 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="PREN.aspx.cs" Inherits="ScheMe.PREN" %>
<%@ Register Src="~/WebUserControls/mod_Prenotazioni.ascx" TagPrefix="uc1" TagName="mod_Prenotazioni" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<uc1:mod_Prenotazioni runat="server" ID="mod_Prenotazioni" />
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="NoAjaxContent" runat="server">
</asp:Content>