public void TTAPI_ShutdownCompleted(object sender, EventArgs e)
 {
     if (m_disp != null)
     {
         m_disp.Dispose(); m_disp = null;
     }
     apiInstance = null; m_disp = null; m_username = null; m_password = null; GC.SuppressFinalize(this);
 }