Exemplo n.º 1
0
 private void addCriteriaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Adding criteria...";
     Form6 f6 = new Form6();
     f6.ShowDialog(this);
     dataGridView2_ReadCriterias();
     toolStripStatusLabel1.Text = "Working...";
 }