Files
GPW/GPW_Smart/Timbrature.aspx
Samuele E. Locatelli a04416e523 refresh componente
2020-09-02 21:20:54 +02:00

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>