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