Advertisement
Guest User

Untitled

a guest
Apr 18th, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. public void MovingEvent(object sender, int e)
  2.         {
  3.             _context.Post((x) => { TextBlockResult.Text = ((int)x).ToString(); }, e);
  4.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement