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