Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. public UserGroupTree(IEnumerable<UserGroupTreeNode> groupTreeCollection)
  2.             : base(groupTreeCollection)
  3.         {
  4.             //  Main constructor. Put logic here.
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement