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