Programming Microsoft Composite Ui Application Block And Smart Client Software Factory -

Application.EnableVisualStyles(); var builder = new CABApplication<ShellApplication>(); builder.Run();

string CustomerName set; event EventHandler SaveClicked; Application

Desktop (Shell.exe) ├── ShellForm.cs ├── RootWorkItem ├── ShellApplication (Program.cs) var builder = new CABApplication&lt

Infrastructure.Module.dll ├── Interfaces (services, views) ├── Constants (topic names, command names) ModuleA.dll ├── Views (IView, View) ├── Presenters (Presenter) ├── Services (concrete) ├── ModuleController.cs └── ModuleA.cs (CAB Module) string CustomerName set

// In Module A (Order Entry) [EventPublication("topic/OrderSelected", PublicationScope.Global)] public event EventHandler<OrderEventArgs> OrderSelected; // In Module B (Customer History) [EventSubscription("topic/OrderSelected", ThreadOption.UserInterface)] public void OnOrderSelected(object sender, OrderEventArgs e)

[EventPublication("topic/Save")] public event EventHandler SaveClicked;

You are now logged in to the Rex Interactive.

Invalid email or password.

OR Account is not yet activated.

Your password has been reset. Please check your email address for details.

Email address doesn't match on any records!