Drag and drop using a class method
问题 I have a range of drag drop activities all working fine on my quiz. (From answering questions to selecting an avatar) There is a lot of repetition of the code and I am thinking it would be better implemented from a class and call the method each time that I use a drag drop. Firstly can this be done? and secondly would I need a new method for the dragging and dropping? Any thoughts or rough ideas would be great. private void pictureBox2_MouseDown(object sender, MouseEventArgs e) { pictureBox2