Example #1
0
 /// <summary>
 /// Set the speed and direction of the spinner
 /// </summary>
 public static void Set(int speed, bool clockwise)
 {
     if (LoadingSpinner)
     {
         LoadingSpinner.Set(clockwise, speed);
     }
 }