“Method name expected” error occurs multithreading a bool function

前端 未结 0 1367
感情败类
感情败类 2021-02-14 20:54
    bool istimeup;
    Thread sayac;
    Thread oyun;

    sayac = new Thread(new ThreadStart(istimeup = countdown()));
    sayac.Start();

countdown is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题