Exemple #1
0
 protected void OnPartLoaded(IList <Thumbnail> contents)
 {
     DebugUtil.Log("ContentsLoader OnPartLoaded");
     PartLoaded.Raise(this, new ContentsLoadedEventArgs(contents));
 }
Exemple #2
0
 protected void OnPartLoaded(IList <Thumbnail> contents)
 {
     PartLoaded?.Invoke(this, new ContentsLoadedEventArgs(contents));
 }