13 lines
607 B
Plaintext
13 lines
607 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/jQueryMobile.Master" AutoEventWireup="true" CodeBehind="StoricoTC.aspx.cs" Inherits="MoonProTablet.StoricoTC" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_storicoTC.ascx" TagPrefix="uc1" TagName="mod_storicoTC" %>
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="clearDiv" data-role="content" data-theme="a">
|
|
<uc1:mod_storicoTC runat="server" id="mod_storicoTC" />
|
|
</div>
|
|
</asp:Content>
|