摘要: C#连接SQL server数据库 创建一个Windows应用程序,在窗体中添加TextBox控件、Button控件、Label控件。 private void button1_Click(object sender, EventArgs e) { if(textBox1.Text == "") { 阅读全文
posted @ 2018-05-25 15:07 龙猫•ᴥ• 阅读(4941) 评论(1) 推荐(0)