示例#1
0
 public void MoverAnterior()
 {
     CurrentPicture = Pictures.Anterior(CurrentPicture);
     RotateNow(CurrentPicture);
 }