Need help to implement multithreading in C#

后端 未结 5 1040
鱼传尺愫
鱼传尺愫 2021-01-25 13:07

I am making an app in which for some reason when I click on a button I have to initiate a new form and at the same time create a new document in the google docs. I\'ve successfu

5条回答
  •  既然无缘
    2021-01-25 13:56

    IMHO. You should create only one thread where you'll make google doc (so you'll have two threads).

提交回复
热议问题