1 2 3 4 5 6 7 8 9 10
using MoMoney.Presentation.Presenters.Shell; using MoMoney.Presentation.Views.Core; namespace MoMoney.Presentation.Views.Shell { public interface IGettingStartedView : IDockedContentView, IView<IGettingStartedPresenter> { } }