Ejemplo n.º 1
0
        private void btnGetWPrice_Click(object sender, EventArgs e)
        {
            short istatus = quoteCom.RetriveWarrantPrice();

            if (istatus < 0)
            {
                AddInfo(quoteCom.GetSubQuoteMsg(istatus));
            }
        }