4 lines
278 B
Text
4 lines
278 B
Text
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AuditLog.ascx.cs" Inherits="WebsitePanel.Portal.AuditLog" %>
|
|
<%@ Register Src="UserControls/AuditLogControl.ascx" TagName="AuditLogControl" TagPrefix="wsp" %>
|
|
|
|
<wsp:AuditLogControl id="auditLog" runat="server" />
|