8 lines
409 B
Plaintext
8 lines
409 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ComparisonPlot.aspx.cs" Inherits="WebLCP.ComparisonPlot" %>
|
|
|
|
<%@ Register Src="~/WUC/mod_showSvgList.ascx" TagPrefix="uc1" TagName="mod_showSvgList" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:mod_showSvgList runat="server" ID="mod_showSvgList" />
|
|
</asp:Content>
|