Created
October 13, 2015 15:48
-
-
Save Memphizzz/f99e0d21bdd26d29edfe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach (TreeViewItem messages in Messages) | |
{ | |
foreach (TreeViewItem item in messages.Items) | |
{ | |
s.Add(item.Header.ToString()); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment