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

  • 24
  • 0
  • 约12.13万字
  • 约 61页
  • 2021-11-24 发布于河北
  • 举报
个印企业客户信息管理系统V1.0 PAGE 59 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; OleDb

文档评论(0)

1亿VIP精品文档

相关文档