System with plugins in C#

后端 未结 7 2031
臣服心动
臣服心动 2020-12-09 13:08

I have to develop a system to monitor sensor information, but many sensors might be added in the future.

That said, the idea would be to develop a system that would

7条回答
  •  借酒劲吻你
    2020-12-09 13:32

    Its a very old post but still i thought it would be useful for someone to appPress.in where in we have developed a framework with plugin functionality. here we allow plugin to modify the UI of core application Horizontally and Vertically, add its own Pages, hook into events like Init, OnClick and OnChange.

提交回复
热议问题