新手 求解C#中怎样将提示框(MessageBox)延迟0.5秒弹出[解决办法]sleep(500)[解决办法]
System.Threading.Thread.Sleep(500); MessageBox.Show("123");