8 lines
454 B
Plaintext
8 lines
454 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContained.Master" AutoEventWireup="true" CodeBehind="CondizioniServizio.aspx.cs" Inherits="WebLCP.CondizioniServizio" %>
|
|
|
|
<%@ Register Src="~/WUC/mod_condizioniServizio.ascx" TagPrefix="uc1" TagName="mod_condizioniServizio" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:mod_condizioniServizio runat="server" id="mod_condizioniServizio" />
|
|
</asp:Content>
|