Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void MovingEvent(object sender, int e)
- {
- _context.Post((x) => { TextBlockResult.Text = ((int)x).ToString(); }, e);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement