Multithreading MVP Windows Forms Application updating UI problem

前端 未结 0 1390
心在旅途
心在旅途 2021-01-21 16:18

I have an MVP Windows Forms application that have:

IView
{
    string Value { get;set; }
    event EventHandler SaveValue;
}

IPresenter
{
    Ru         


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