close

未命名  

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void bindingSource1_CurrentChanged(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{
// TODO: 這行程式碼會將資料載入 'dBDataSet._00' 資料表。您可以視需要進行移動或移除。
this._00TableAdapter.Fill(this.dBDataSet._00);

}

private void pictureBox1_Click(object sender, EventArgs e)
{

}
}
}

arrow
arrow
    全站熱搜

    zssz5101 發表在 痞客邦 留言(0) 人氣()