Programming Microsoft Composite Ui Application Block And Smart Client Software Factory [work] -
CAB enforces a strict MVP with :
ToolStripItem extension = new ToolStripButton("Module A Button"); RootWorkItem.UIExtensionSites["MainToolStrip"].Add(extension); CAB enforces a strict MVP with : ToolStripItem
Why learn this today? Three reasons:
Even if you follow Microsoft’s documentation perfectly, you will encounter these issues. CAB enforces a strict MVP with : ToolStripItem
public class CustomerWorkItem : WorkItem CAB enforces a strict MVP with : ToolStripItem
A CAB application typically has a root WorkItem (the shell) and child WorkItems (modules).
