class1.cs~rf2bb9a25.tmp

来自「数据配置信息 登录数据库为sa 密码123 登录界面的用户信息:shichan」· TMP 代码 · 共 18 行

TMP
18
字号
using System;
using System.Collections.Generic;
using System.Text;

namespace BLL
{
    public class Class1
    {
        public bool GetInfo(string username,string userpwd)
        { 
            DAL.Class1 AC=new DAL.Class1();
            return  AC.GetInfo(username, userpwd);
             
           
        }
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?