Exemplo n.º 1
0
 /// <summary>
 /// Release Pedometer and all of its resources
 /// </summary>
 public static void Release()
 {
     if (_Implementation == null)
     {
         return;
     }
     // Release and dereference
     _Implementation.Release();
     _Implementation = null;
 }