Пример #1
0
 private void buttonWaitHandle_Click(object sender, EventArgs e)
 {
     WaitAllExample waitall = new WaitAllExample();
     waitall.Run();
 }
Пример #2
0
        private void buttonWaitHandle_Click(object sender, EventArgs e)
        {
            WaitAllExample waitall = new WaitAllExample();

            waitall.Run();
        }