mirror of https://github.com/quasar/Quasar.git
Fixed mistake
I fixed the mistake i made by deleting the 'Select All' option of contextual menu.
This commit is contained in:
parent
daac56a12c
commit
f8908193a9
|
@ -847,6 +847,10 @@ private void showMessageboxToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
|
||||
#endregion
|
||||
|
||||
private void selectAllToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
lstClients.SelectAllItems();
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue