918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/c7cbaa85/f3ad987/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/c7cbaa85/f3ad987/App_Web_sycuspi3.27.cs
?#pragma checksum "D:\wwwroot\kefucrm\wwwroot\Manager_Alarm.aspx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B9B64334651DFBAF34A831CCB5222143E18DC059"

#line 1 "D:\wwwroot\kefucrm\wwwroot\Manager_Alarm.aspx.cs"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Manager_Alarm : System.Web.UI.Page
{
    public string strAction = string.Empty;
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!String.IsNullOrEmpty(Request.QueryString["flag"]))
        {
            strAction = Request.QueryString["flag"].Trim();
        }
        else
        {
            strAction = "1";
        }
    }
}

#line default
#line hidden