I want to double click on the item in the listbox, when start it does an action, when I double click on any other item it does another action.
Code:
//btnWhenClicked
private void btnWhenStart_Click(object sender, EventArgs e)
{
ListItem...
asked by
09.08.2016 / 11:11