12 lines
591 B
Plaintext
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>
|