摘要:
1.利用SqlDataAdapter对象向DataGridView中添加数据 using (SqlDataAdapter da = new SqlDataAdapter("select * from Product", DBService.Conn)) { DataSet ds = new Data 阅读全文
摘要:
在 Console 项目里面,引用 System.Windows.Forms 来实现窗体。 namespace My { class Program { static void Main(string[] args) { Form form = new Form(); form.ShowDialog 阅读全文