8 lines
392 B
Plaintext
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>
|