Example #1
0
        private void Reset()
        {
            StartFinder F = new StartFinder(this.GetDeltas());

            this.Rotate(F.GetIndex());
        }
Example #2
0
 private void Reset()
 {
     StartFinder F= new StartFinder(this.GetDeltas());
     this.Rotate(F.GetIndex());
 }