using System.Windows.Forms; namespace EC.AutoWeightServer.UI.UC { public partial class UCWelcome : UserControl { public UCWelcome() { InitializeComponent(); } } }