Пример #1
0
 /// <summary>
 /// Destroys the object created when <see cref="Current"/> was called.
 /// <see cref="Current"/> can still be used, but the object will be recreated
 /// </summary>
 public static void ResetCurrent()
 {
     current = null;
 }