public static void Initialize() { Debug.Assert(Instance == null); Instance = new SharingUiHelper(); }
public static void Initialize([CanBeNull] ICustomSharingUiHelper custom) { Debug.Assert(Instance == null); Instance = new SharingUiHelper(); _custom = custom; }