Beispiel #1
0
        private void Form10_Load(object sender, EventArgs e)
        {
            string        req        = "select * from ADRESSES";
            SqlConnection connection = BDD.open();

            BDD.gridview(req, connection, aDRESSESDataGridView);
            connection.Close();
        }