Files
Samuele E. Locatelli 0d4435a0bb Rinominato progetto TAB
2018-05-03 14:55:02 +02:00

10 lines
490 B
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="StoricoTC.aspx.cs" Inherits="MoonProTablet.StoricoTC" %>
<%@ Register Src="~/WebUserControls/mod_storicoTC.ascx" TagPrefix="uc1" TagName="mod_storicoTC" %>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<div class="container-fluid my-3" role="main">
<uc1:mod_storicoTC runat="server" ID="mod_storicoTC" />
</div>
</asp:Content>