Beispiel #1
0
        internal void IniTheForm()
        {
            this.m_objViewer.m_dtvChangeList.Rows.Clear();

            if (this.m_objViewer.m_strView.Equals("2"))
            {
                long lngRes = m_objManage.m_lngGetComfirmThChargeData(m_strCurrentRegisterID, out m_dtOrderExecute, out m_dtChargeList);
            }
            else
            {
                long lngRes = m_objManage.m_lngGetComfirmChargeData(m_strCurrentRegisterID, out m_dtOrderExecute, out m_dtChargeList);
            }

            TheChargeSumInit();
            BindTheOrderList();
            TheCheckedChargeSum();
            ControlTheButton();
        }