Exemplo n.º 1
0
    private void GetParamUsedCount()
    {
        #region
        try
        {
            ALOModel.MaintainDisRecord BCO1 = new ALOModel.MaintainDisRecord(ConntionDB);
            ArrayList ParameterList = new ArrayList();//20091112
            ParameterList.Clear();
            ParameterList.Add(s_PARAMCODE);
            i_UsedCount = BCO1.QueryParamUsedCount(ParameterList).ToString();
        }
        catch (Exception ex) 
        {
            ErrorMsgLabel.Text = ex.Message;

        }
        #endregion

    }