using System.Windows.Forms; namespace Mesnac.Controls.ChemicalWeighing { public partial class Xie : UserControl { public Xie() { InitializeComponent(); } private void Xie_Load(object sender, System.EventArgs e) { } } }