dgvRandomShuffle() public static method

public static dgvRandomShuffle ( System.Windows.Forms.DataGridView dgv ) : void
dgv System.Windows.Forms.DataGridView
return void
Esempio n. 1
0
 private void shuffleAllToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Utilities.dgvRandomShuffle(dgvMyTest);
 }