1 2 3 4 5 6 7 8 9 10 11 12 13
using System.Windows.Forms; namespace Notepad.Presentation.Views.Shell { public partial class WindowShell : Form { public WindowShell() { InitializeComponent(); } public MenuStrip MenuStrip() { return uxMainMenuStrip; } } }