Files
GMW/GMW-UT/sendReboot.aspx
T
2015-06-04 16:28:13 +02:00

17 lines
377 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="sendReboot.aspx.cs" Inherits="GMW_UT.sendReboot" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label runat="server" ID="lblOut" Text="ok" />
</div>
</form>
</body>
</html>