示例#1
0
 /// <summary>
 /// New member panel with the member explorer.
 /// </summary>
 /// <param name="explorer">The panel explorer.</param>
 public MemberPanel(MemberExplorer explorer)
     : base(explorer)
 {
     // panel info
     CurrentLocation = "*";
     SortMode        = PanelSortMode.Unsorted;
 }
示例#2
0
 /// <summary>
 /// New member panel with the member explorer.
 /// </summary>
 /// <param name="explorer">The panel explorer.</param>
 public MemberPanel(MemberExplorer explorer)
     : base(explorer)
 {
     // panel info
     CurrentLocation = "*";
     SortMode = PanelSortMode.Unsorted;
 }