/// <summary> /// 构造函数 /// </summary> public clsAdvia2120() { // // TODO: Add constructor logic here // m_objDomain = new clsDomainController_Advia2120(); }
private void frmAdvia2120Config_Load(object sender, EventArgs e) { openFileDialog1.Filter = "Microsoft Office Access(*.mdb)|*.mdb|所有文件|*.*"; objDomain = new clsDomainController_Advia2120(); this.m_mthGetCheckCategory(); this.m_mthClear(); this.m_mthGetCheckItemDeviceCheckItem(); this.textBox1.Text = strDataPath; this.textBox2.Text = strPicPath; }