Exemplo n.º 1
0
        void GetValues()
        {
            csDBOperator obj00 = new csDBOperator();

            obj00.mcbgetTableAvailable(out DID, out DDATE, out DValue, out ex);
            for (int i = 0; i < DValue.Count; i++)
            {
                if (DValue[i] < 1000)
                {
                    DDValueTrim.Add(DValue[i]);
                }
            }
            MessageBox.Show(DDValueTrim.Count.ToString());
        }
Exemplo n.º 2
0
 void getdata()
 {
     obj.mcbgetTableAvailable(out GetVala);
 }