Esempio n. 1
0
        public StaffHistory()
        {
            m_Pages      = new PageInfoCollection();
            m_QueueStats = new QueueStatusCollection();

            m_UserInfo  = new Hashtable(StringComparer.OrdinalIgnoreCase);
            m_StaffInfo = new Hashtable(StringComparer.OrdinalIgnoreCase);
        }
Esempio n. 2
0
		public StaffHistory()
		{
			m_Pages = new PageInfoCollection();
			m_QueueStats = new QueueStatusCollection();

			m_UserInfo = new Hashtable( StringComparer.OrdinalIgnoreCase );
			m_StaffInfo = new Hashtable( StringComparer.OrdinalIgnoreCase );
		}
Esempio n. 3
0
        public StaffHistory()
        {
            m_Pages      = new PageInfoCollection();
            m_QueueStats = new QueueStatusCollection();

            m_UserInfo  = new Hashtable();
            m_StaffInfo = new Hashtable();
        }
Esempio n. 4
0
        public StaffHistory()
        {
            m_Pages = new PageInfoCollection();
            m_QueueStats = new QueueStatusCollection();

            m_UserInfo = new Hashtable();
            m_StaffInfo = new Hashtable();
        }
Esempio n. 5
0
 /// <summary>
 /// Default constructor for enumerator.
 /// </summary>
 /// <param name="collection">Instance of the collection to enumerate.</param>
 internal QueueStatusCollectionEnumerator(QueueStatusCollection collection)
 {
     _index = -1;
     _collection = collection;
 }
 /// <summary>
 /// Default constructor for enumerator.
 /// </summary>
 /// <param name="collection">Instance of the collection to enumerate.</param>
 internal QueueStatusCollectionEnumerator(QueueStatusCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }