2011年12月13日
摘要: 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 OptionTable{publicpartialclassForm1 : Form{ public Form1() { InitializeComponent(); } privatevoid F... 阅读全文
posted @ 2011-12-13 09:58 孤海一叶舟 阅读(121) 评论(0) 推荐(1)