1. 首页
  2. 数据库
  3. 其它
  4. C#课程设计 连接SQL数据库

C#课程设计 连接SQL数据库

上传者: 2021-01-03 05:40:47上传 RAR文件 1.77MB 热度 13次
c#课程设计连接SQL public class ListBox: Control { private string[] items; public string this[int index] { get { return items[index]; } set { items[index] = value; Repaint(); } } } 可以用一个循环器来匿名引用字符串内部数组成员,就象下面这样: ListBox listBox = ...; listBox[0] = "hello"; Console.WriteLine(li
下载地址
用户评论