Exemplo n.º 1
0
 public HuesOptions()
 {
     m_RecentHues          = new RecentIntList();
     m_RecentHues.Capacity = 10;
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Creates a RecentHuesMenu that can
 /// </summary>
 /// <param name="list"></param>
 public RecentHuesMenu(RecentIntList list)
 {
     m_List              = list;
     m_List.ListChanged += m_List_ListChanged;
     MakeMenu();
 }