示例#1
0
 private void frmAudingInvoice_Load(object sender, System.EventArgs e)
 {
     if (this.m_objManage == null)
     {
         this.m_objManage = new clsDcl_InvoiceManage();
     }
 }
示例#2
0
 public clsCtl_OPInvoiceRenew()
 {
     //
     // TODO: 在此处添加构造函数逻辑
     //
     m_objManage     = new clsDcl_InvoiceManage();
     m_strReportID   = null;
     m_strOperatorID = "0000001";
 }
示例#3
0
 public clsCtl_OPInvoiceReturn()
 {
     //
     // TODO: 在此处添加构造函数逻辑
     //
     m_objManage            = new clsDcl_InvoiceManage();
     m_strReportID          = null;
     m_strOperatorID        = "0000001";
     this.m_strOperateLevel = clsMain.m_strGetCollocate("3101");
 }