I hope you all are well. I need some help in Windows Form .NET framework. I have a button with a click event, now I wanna make another event for double click, how would I do that? This is what I am trying to do -
Single-Click - MessageBox.Show("1");
Double-Click - MessageBox.Show("2");
the button is called Save
Thanks for reading :)