1.设置从Model中的Sub Main 启动 2.程序结构 3.Model1 Imports System.Windows.Forms.ApplicationModule Module1 Sub Main() form1 是测试多文档窗口 Dim frm1 As New Form1() frm1.Show() Dim formStudentSysMain As New FormStudentSysMain() formStudentS
|
1.设置从Model中的Sub Main 启动
2.程序结构
3.Model1
4.FormStudentSysMain.vb
5.FormSearchStudent.vb
|