public static void Release() { if (Instance != null) { Instance.OnChanged = null; Instance = null; } }
public RoadSelectionUtil() : base() { Instance = this; }