C#Winform裏的async和await異步

 1個按鈕,2個textbox,下面這樣能夠正確異步,窗體也不會死掉,textBox2會先有結果,textBox1再有結果異步     private async void button1_Click(object sender, EventArgs e)async         {             Does();             textBox2.Text = "1";    
相關文章
相關標籤/搜索