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