Ejemplo n.º 1
0
        private static void CloseFormInternal()
        {
            wait.Close();

            wait.Dispose();

            wait = null;
        }
Ejemplo n.º 2
0
 private static void ShowForm()
 {
     wait = new WaitForm();
     Application.Run(wait);
 }