using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Core.LZMes.Client.QCM.QCM03 { public partial class QCM0305SON : Form { public QCM0305SON() { InitializeComponent(); } private void label5_Click(object sender, EventArgs e) { } } }