Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Dispatcher.Invoke(new Action(() =>
  2. {
  3. String oldInstruction = String.Format("<del>{0}</del>", txtInformation.Text); // strikeout somehow
  4. txtInformation.Text += oldInstruction + System.Environment.NewLine + instruction;
  5. }));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement