摘要:
阅读全文
posted @ 2004-05-19 21:09
hi-justin
阅读(436)
评论(0)
推荐(0)
摘要:
/// /// 在内存中以XML格式生成所有用户输入信息 /// /// 返回XmlDocument对象 private XmlDocument SaveToXml() { this.xmlString = ""; PreFontName = this.EditBox.SelectionFont.Name;//前一个字的字体 PreFontSize = this.Ed... 阅读全文
posted @ 2004-05-19 21:07
hi-justin
阅读(1764)
评论(1)
推荐(0)