How would you implement MVC in a Windows Forms application?

前端 未结 6 822
轮回少年
轮回少年 2020-11-27 11:04

I don\'t develop too many desktop / Windows Forms applications, but it had occurred to me that there may be some benefit to using the MVC (Model View Controller) pattern for

6条回答
  •  暖寄归人
    2020-11-27 11:21

    Check into the User Interface Process (UIP) Application Block. I don't know much about it but looked at it a few years ago. There may be newer versions, check around.

    "The UIP Application Block is based on the model-view-controller (MVC) pattern."

提交回复
热议问题