1 2 3 4 5 6 7 8 9 10
using System.Windows.Forms; using Notepad.Infrastructure.Core; using Notepad.Presentation.Model.Menu; namespace Notepad.Presentation.Views.Menu.Mappers { public interface ISubMenuToToolStripMenuItemMapper : IMapper<ISubMenu, ToolStripMenuItem> { } }