예제 #1
0
        bool m_fGotFirstUpate = false;         // set true when we get our first update through the cache.


        /// <summary>
        /// Make one.
        /// </summary>
        /// <param name="sda"></param>
        public MockActionHandler(WriteProtectedDataAccess sda)
        {
            m_sda = sda;
            m_sda.UpdatePerformed += new EventHandler(m_sda_UpdatePerformed);
        }
예제 #2
0
		bool m_fGotFirstUpate = false; // set true when we get our first update through the cache.


		/// <summary>
		/// Make one.
		/// </summary>
		/// <param name="sda"></param>
		public MockActionHandler(WriteProtectedDataAccess sda)
		{
			m_sda = sda;
			m_sda.UpdatePerformed += new EventHandler(m_sda_UpdatePerformed);
		}