Files
gpw_testci/GPW_Smart/Informazioni.aspx
2021-03-26 17:17:28 +01:00

8 lines
392 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Informazioni.aspx.cs" Inherits="GPW_Smart.Informazioni" %>
<%@ Register Src="~/WebUserControls/cmp_info.ascx" TagPrefix="uc1" TagName="cmp_info" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<uc1:cmp_info runat="server" id="cmp_info" />
</asp:Content>