Private Sub Command1_Click()
Dim M As Integer
Dim N As Integer
M = Val(Text1.Text)
N = Val(Text2.Text)
If M > N Then
Print M
Else
Print N
End If
End Sub
Private Sub Command1_Click()
Dim M As Integer
Dim N As Integer
M = Val(Text1.Text)
N = Val(Text2.Text)
If M > N Then
Print M
Else
Print N
End If
End Sub

被折叠的 条评论
为什么被折叠?