在Windows Forms中:
Application=Program(C#)+Forms(C#)
在WPF中:
Application=XAML(XML)+Program(C#)
在Android中:
Application=XML+Program(Java)
在Qt中:
CoreApplication=Program(C++)
Application=UI(XML)+Program(C++)
程序代码与UI设计分离,
Application(应用)=Program(程序代码)+X(UI设计)