Ejemplo n.º 1
0
 // Rotates a product by 0 degrees when placed, for consistency.
 public void StartRotation(int count)
 {
     product.image = rc.RotateImage(originalImage, count);
     UpdatePanel();
 }