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