File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,11 @@ Public Class Form1
679679
680680 Private Sub Button4_Click(sender As System.Object, e As System.EventArgs) Handles Button4.Click
681681 If BootForm.ToolMode = 1 Then
682- Me .Close()
682+ If Button14.Text = "正在关闭课件" Then
683+ Me .Hide()
684+ Else
685+ Me .Close()
686+ End If
683687 BootForm.WindowState = FormWindowState.Normal
684688 BootForm.Show()
685689 Else
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131' 方法是按如下所示使用“*”:
3232' <Assembly: AssemblyVersion("1.0.*")>
3333
34- < Assembly : AssemblyVersion( "1.0.10.24113 " )>
35- < Assembly : AssemblyFileVersion( "1.0.10.24113 " )>
34+ < Assembly : AssemblyVersion( "1.0.11.24121 " )>
35+ < Assembly : AssemblyFileVersion( "1.0.11.24121 " )>
You can’t perform that action at this time.
0 commit comments