Files
MoonPro.net/MP-Site/WebUserControls/mod_immagineStato.ascx
T
Samuele E. Locatelli a3bff998e7 incluso MP-Site...
2016-11-14 12:40:04 +01:00

14 lines
518 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true"
Inherits="MoonPro.WebUserControls.mod_immagineStato" Codebehind="mod_immagineStato.ascx.cs" %>
<asp:Panel ID="pnlImg" runat="server">
<table cellpadding="0" cellspacing="0" id="stato1">
<tr valign="top">
<td valign="top">
<asp:Label ID="lblMacchina" runat="server" />
<br />
<asp:Image ID="imgMacchina" runat="server" Width="350px" />
</td>
</tr>
</table>
</asp:Panel>