示例#1
0
 private void dataGridView1_CellContentDoubleClick(object sender, DataGridViewCellEventArgs e)
 {
     if (kki.ucitajSportistu(dataGridView1))
     {
         new DetaljiSportiste().ShowDialog();
     }
     textBox1_TextChanged(sender, e);
     txtFilter.Clear();
 }