学生成绩管理系统代码c#+sql.docVIP

  • 222
  • 0
  • 约2.08万字
  • 约 18页
  • 2017-11-29 发布于江西
  • 举报
学生成绩管理系统代码c#sql

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace 学生成绩管理系统 { public partial class Login : Form { static public string sn,sub; public Login() { InitializeComponent(); } Form2 fr2 = new Form2(); Form3 fr3 = new Form3(); Form4 fr4 = new Form4();//——————————————————————————创建新窗体 private void Login_Load(object sender, EventArgs e) { timer1.Start();

文档评论(0)

1亿VIP精品文档

相关文档