Application.EnableVisualStyles(); var builder = new CABApplication<ShellApplication>(); builder.Run();
Desktop (Shell.exe) ├── ShellForm.cs ├── RootWorkItem ├── ShellApplication (Program.cs) Application
// fetch customer details
public interface IOrderView
static void Main()