main
1namespace solidware.financials.windows.ui
2{
3    public interface TabPresenter : Presenter
4    {
5        string Header { get; }
6    }
7}