Files

21 lines
539 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="ScheMe.Test" %>
<%@ Register Src="~/WebUserControls/mod_cronometro.ascx" TagPrefix="uc1" TagName="mod_cronometro" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<uc1:mod_cronometro runat="server" ID="mod_cronometro" />
</div>
</form>
</body>
</html>