企业客户信息管p理系统-代码.docVIP

  • 2
  • 0
  • 约13.49万字
  • 约 75页
  • 2016-12-01 发布于湖南
  • 举报
企业客户信息管p理系统-代码

using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace CompanyPersonnelManagementSystem { static class Program { [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Login lo = new Login(); lo.ShowDialog(); if (lo.DialogResult == DialogResult.OK) { Form { //private bool res = false; OleDbConnection con; OleDbDataReader tbread; Fo

文档评论(0)

1亿VIP精品文档

相关文档