程序一生

博客园 首页 新随笔 联系 订阅 管理

2005年12月13日 #

摘要: 三元运算符:txbMarketPrice.Text.Trim().Length == 0?0:Convert.ToDouble(txbMarketPrice.Text); 阅读全文
posted @ 2005-12-13 23:22 网风 阅读(731) 评论(0) 推荐(0)

摘要: using System;using System.Configuration;using System.Xml;using System.Xml.Serialization;using System.Xml.XPath;namespace Configuration { /// /// XmlSerializerSectionHandler 的摘要说明。 ... 阅读全文
posted @ 2005-12-13 15:18 网风 阅读(193) 评论(0) 推荐(0)