Files
GPW/GPW_Smart/Informazioni.aspx
2019-10-03 14:53:50 +02: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>