Example #1
0
        private void button8_Click(object sender, EventArgs e)
        {
            // Dit is het toppunt van SQL Injection!
            // Don't try this at home
            var dbc = new DataModule();

            dataGridView1.DataSource = dbc.GetData(textBox1.Text);
        }