Advertisement
thebys

ImageUpdaterEventHandler

Jan 13th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1.    void MP1_PlayNewItem(DSDCG.Models.MediaItem item)
  2.         {
  3.             Action UpdateMethod = delegate() { method(item.path); };
  4.             Dispatcher.Invoke(UpdateMethod, DispatcherPriority.Render);
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement