<Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
     Protected Overrides Sub OnCreateMainForm()
        dim iNum as integer=icount
        if iNum=0
           Me.MainForm = Global.frmMemory.Form1
        else
           ''这边不知道怎么写去终止该程序执行
        End if
        
     End Sub谢谢