12 lines
552 B
Plaintext
12 lines
552 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" Culture="it-IT" AutoEventWireup="true" CodeBehind="Timbrature.aspx.cs" Inherits="GPW_Smart.Timbrature" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_timbrature.ascx" TagPrefix="uc1" TagName="mod_timbrature" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<asp:UpdatePanel runat="server" ID="pnlTimbrature">
|
|
<ContentTemplate>
|
|
<uc1:mod_timbrature runat="server" ID="mod_timbrature" />
|
|
</ContentTemplate>
|
|
</asp:UpdatePanel>
|
|
</asp:Content>
|