using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace shoe_store { public partial class LayoutControl : UserControl { public LayoutControl() { InitializeComponent(); } private void bindingSource2_CurrentChanged(object sender, EventArgs e) { } } }