Timofeev_pz8/shoe_store/LayoutControl.cs

26 lines
495 B
C#

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)
{
}
}
}