main
1namespace momoney.presentation.views
2{
3    public interface IAboutApplicationView : IDockedContentView
4    {
5    }
6}