?? dlclass.cs
字號:
using System;
using System.Data;
namespace bggl.cs
{
/// <summary>
/// dlclass 的摘要說明。
/// </summary>
public class dlclass
{
conn.conn con=new bggl.conn.conn();
public dlclass()
{
//
// TODO: 在此處添加構造函數邏輯
//
}
public bool yz(string qx,string name,string pass){
DataSet objset=con.selectexe("select * from BG_GLY where gname='"+name+"' and gpass='"+pass+"' and gqx='"+qx+"'","BG_GLY");
if(objset.Tables[0].Rows.Count==0)
{
return false;
}
else{
return true;
}
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -