Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是使用 Mono/C#、GTK# 创建一个简单的跨平台桌面应用程序供我个人使用。有没有推荐的 UI 设计模式?
谢谢,奇迪普
您可能还考虑使用 Model-View-Presenter (MVP)/Presenter First。这里有一个示例 GTK+ 应用程序:
http://spin.atomicobject.com/2012/07/27/presenter-first-in-gtk-and-c-updated-for-2012/
将概念转换为 GTK# 应该相当容易。