C#異步編程之sync,await

        private async void button1_Click(object sender, EventArgs e) { Task t = MyMethodsync(); Console.WriteLine("button1_Click: Begin wait..."); await t;
相關文章
相關標籤/搜索