1 2 3 4 5
namespace Notepad.Presentation.Views.Menu.Help { public interface IAboutApplicationView { void Display(); } }