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); }