main
1namespace solidware.financials.windows.ui
2{
3    public interface Presenter
4    {
5        void present();
6    }
7}