Windows form/WPF too large, how can i split it up?

后端 未结 6 2029
青春惊慌失措
青春惊慌失措 2021-01-01 03:32

I\'m about to create WPF application. So far at uni the only way we have ever done GUIs is to have one main window with one code-behind file for handling its button clicks e

6条回答
  •  孤城傲影
    2021-01-01 03:54

    The WPF Composite Application Guidance (or Prism) uses the concept of UI Composition to handle breaking the UI down to smaller classes.

    http://compositewpf.codeplex.com/

提交回复
热议问题