close
namespace WindowsFormsApplication3
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
// TODO: 這行程式碼會將資料載入 '資料庫3DataSet.工作表1' 資料表。您可以視需要進行移動或移除。
this.工作表1TableAdapter.Fill(this.資料庫3DataSet.工作表1);
}
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
}
}
}

全站熱搜