Ejemplo n.º 1
0
 // This starts the placing of a picture held after dragging it from catalog.
 private void pictureBox1_MouseUp(object sender, MouseEventArgs e)
 {
     dc.PlaceProduct();
 }