**************************检查邮件例子作者:wgscd qq 153964481*************************imports system.netimports system.net.socketsimports system.io
#region " windows 窗体设计器生成的代码 " 【程序编程相关:ASP.NET 中 Session 实现】
public class form1 inherits system.windows.forms.form 【推荐阅读:.NET 1.1中预编译ASP.NET页】
该调用是 windows 窗体设计器所必需的. initializecomponent() 【扩展信息:远程重启计算机(C#) 】
public sub new() mybase.new()
在 initializecomponent() 调用之后添加任何初始化
end sub
窗体重写 dispose 以清理组件列表. protected overloads overrides sub dispose(byval disposing as boolean) if disposing then if not (components is nothing) then components.dispose() end if end if mybase.dispose(disposing) end sub
windows 窗体设计器所必需的 private components as system.componentmodel.icontainer
注意: 以下过程是 windows 窗体设计器所必需的 可以使用 windows 窗体设计器修改此过程.... 下一页