摘要:
LoginWindow UI层using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Text;using S... 阅读全文
摘要:
private void button1_Click(object sender, EventArgs e) { // 三层架构 //UI界面层 数据访问层 业务逻辑层//UI界面层 //查询数据有多少条 ... 阅读全文