I finally figured out just what I had to do.
SortedList<String, Action> sl = new SortedList<String, Action>();
Then just use sl.Add("NAME", MEMBER);
No comments:
Post a Comment