Ejemplo n.º 1
0
 /// <summary>
 /// Initializes and resets the last selected item.
 /// </summary>
 internal static void Init()
 {
     Cleanup();
     Instance = new VitalsPanelWrapper();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called at shutdown to avoid leaking references.
 /// </summary>
 internal static void Cleanup()
 {
     Instance?.Dispose();
     Instance = null;
 }