Beispiel #1
0
    public void Dispose()
    {
        DynamicRefService.Unregister(this);

        _detachInvalidationAction?.Invoke(Invalidated);
        _detachInvalidationAction = null;
    }
Beispiel #2
0
 public void Register()
 {
     DynamicRefService.Register(this);
 }