1
yangle
2023-05-31 29be193847aa7d11aa71459766b9616e915f79f1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
 
namespace DBUtility
{
    public partial class frmBillQueryCondition_New :Pub_Control.frmBillQueryCondition_Base 
    {
        public frmBillQueryCondition_New()
        {
            InitializeComponent();
        }
 
        
 
    }
}