12 lines
593 B
Plaintext
12 lines
593 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/MoonPro.master" AutoEventWireup="true" Inherits="calendChiusura" Codebehind="calendChiusura.aspx.cs" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_calChiusura.ascx" tagname="mod_calChiusura" tagprefix="uc1" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
|
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
|
|
<uc1:mod_calChiusura ID="mod_calChiusura1" runat="server" />
|
|
</asp:Content>
|
|
|