摘要:
一共有两个分页类,都可以使用(单独使用) using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Common{ 阅读全文
摘要:
WinForm中Dispose()和Close()的区别 Close()会自动调用Dispose()方法,但是如果窗体是模态的,则不会调用 所以ShowDialog的时候,要用Dispose(),Show()用Close() 阅读全文
摘要:
caption { padding: 0 0 5px 0; width: 700px; font: italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif; text-align: right; } th { font: 阅读全文