public void TriggerContainerUpdated(PackFileContainer container)
 {
     ContainerUpdated?.Invoke(container);
 }
Ejemplo n.º 2
0
 public Image InspectContainer(string id)
 {
     ContainerUpdated?.Invoke();
     return(null);
 }
Ejemplo n.º 3
0
 protected virtual void OnContainerUpdated(IContentUpdatedEventArgs <ContentType> update)
 => ContainerUpdated?.Invoke(this, update);