Exemplo n.º 1
0
        private void Auto_fenpei_Click(object sender, EventArgs e)
        {
            BLL.Wish wish = new BLL.Wish();

            dataGridView3.DataSource = wish.getdatatable();
        }