Beispiel #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            OtherForm _other = new OtherForm();

            SQLclassInsert.RefreshO(_other.dataGridView1);
            this.Close();
        }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     SQLclassInsert.RefreshO(this.dataGridView1);
 }