bug
lu
6 天以前 d0f32cf641c751e6b926d2169fc1b17c155c6c82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using DevExpress.XtraEditors;
 
namespace Gs.DevApp.DevFrm.QC
{
    public partial class Frm_MesQmCheckitemDt : XtraForm
    {
        public Frm_MesQmCheckitemDt()
        {
            InitializeComponent();
        }
 
       
    }
}