main
 1using presentation.windows.presenters;
 2
 3namespace presentation.windows.views
 4{
 5    public partial class StatusBarRegion : View<StatusBarPresenter>
 6    {
 7        public StatusBarRegion()
 8        {
 9            InitializeComponent();
10        }
11    }
12}