8 lines
505 B
Plaintext
Executable File
8 lines
505 B
Plaintext
Executable File
<%@ Page Language="C#" Inherits="Mocha.Web.Page" CodeBehind="Page.aspx.cs" MasterPageFile="~/MasterPages/Blank.master" %>
|
|
<%@ MasterType VirtualPath="~/MasterPages/Blank.master" %>
|
|
<%@ Register TagPrefix="wcx" Namespace="MBS.Web.Controls" Assembly="MBS.Web.Controls" %>
|
|
<%@ Register TagPrefix="mcx" Namespace="Mocha.Web.Controls" Assembly="Mocha.Web" %>
|
|
<asp:Content runat="server" ContentPlaceHolderID="aspcContent">
|
|
<asp:Panel runat="server" ID="PageBuilderPageContent">
|
|
</asp:Panel>
|
|
</asp:Content> |