Exemplo n.º 1
0
 public void NextRotatePattern()
 {
     RotatePattern = (RotatePattern + 1) % Sqs.GetLength(0);
 }