Beispiel #1
0
        private void ThreadWait(object name)
        {
            Espera wait = new Espera((string)name);

            wait.ShowDialog();
        }
Beispiel #2
0
 private void ThreadWait(object name)
 {
     Espera wait = new Espera((string)name);
     wait.ShowDialog();
 }