Skip to content

Commit 08b4988

Browse files
authored
密钥检测页部分核心代码
1 parent 3f932e2 commit 08b4988

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PKeyCheck.cs

-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
protected void Page_Load(object sender, EventArgs e)
22
{
3-
wbfm = this;
43
if (!IsPostBack)
54
{
65
ViewState["keys"] = keys;
7-
ViewState["state"] = BtnState;
8-
ViewState["canuse"] = canUse;
96
ViewState["ProductN"] = productN;
10-
ViewState["KeyCheckR"] = "";
117

128
if(Session["checkOption1"]==null)
139
{

0 commit comments

Comments
 (0)