9 lines
613 B
Plaintext
9 lines
613 B
Plaintext
<%@ Page Title="MPADM | Calendario" Language="C#" MasterPageFile="~/WebMasterPages/MoonPro.master" AutoEventWireup="true" Inherits="MP_ADM.calendChiusura" CodeBehind="calendChiusura.aspx.cs" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_fixCal.ascx" TagPrefix="uc1" TagName="mod_fixCal" %>
|
|
<%@ Register Src="~/WebUserControls/mod_calChiusura.ascx" TagPrefix="uc1" TagName="mod_calChiusura" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
|
<uc1:mod_fixCal runat="server" ID="mod_fixCal" />
|
|
<uc1:mod_calChiusura runat="server" ID="mod_calChiusura" />
|
|
</asp:Content> |