Exemplo n.º 1
0
        private void btnGetT30_Click(object sender, EventArgs e)
        {
            short istatus = quoteCom.RetriveProductTSE();

            if (istatus < 0)
            {
                AddInfo(quoteCom.GetSubQuoteMsg(istatus));
            }
            else
            {
                AddInfo("上市商品檔下載完成");
            }
            #region Comfup Add
            GetAllListComfup(sender, e);
            UpdateListComfup();
            AddInfo("更新完成");
            #endregion
        }