Exemple #1
0
 private void ShowWaitForm(string msg)
 {
     m_WaitForm = new WaitForm() { Msg = msg };
     m_WaitForm.ShowDialog();
 }