Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class ElementIndexPair
  2. {
  3. public ElementIndexPair()
  4. {
  5.  
  6. }
  7.  
  8. public int Index
  9. {
  10. get;
  11. set;
  12. }
  13.  
  14. public FrameworkElement Element
  15. {
  16. get;
  17. set;
  18. }
  19.  
  20. public ElementIndexPair Parent
  21. {
  22. get;
  23. set;
  24. }
  25. }
Add Comment
Please, Sign In to add comment