Example #1
0
 private void Tester_FormClosing(object sender, FormClosingEventArgs e)
 {
     if (m_tvdbHandler != null)
     {
         m_tvdbHandler.SaveCache();
     }
 }
Example #2
0
 private void cmdEnd_Click(object sender, EventArgs e)
 {
     m_tvdbHandler.SaveCache();
 }