9 lines
463 B
Plaintext
9 lines
463 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" Culture="it-IT" AutoEventWireup="true" CodeBehind="Progetti.aspx.cs" Inherits="GPW_Smart.Progetti" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_commAttivita.ascx" TagName="mod_commAttivita" TagPrefix="uc1" %>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:mod_commAttivita ID="mod_commAttivita1" runat="server" returnPage="Progetti.aspx" />
|
|
</asp:Content>
|
|
|