<%@ Control Language="C#" AutoEventWireup="true"
   CodeFile="SimpleUserControl.ascx.cs"
   Inherits="SimpleUserControl_ascx" %>
<%@ OutputCache Duration="10" VaryByParam="*" %>

<hr />
<h3>Kontrolka uytkownika</h3>
<asp:Label ID="lblTime" runat="server" />
<hr />
