static private void ShowForm()
 {
     m_pProg = new ProgressForm();
     Application.Run(m_pProg);
 }