initial commit
스타일 숨김/표시 처리 기능 추가됨
This commit is contained in:
8
Frm_Shortkey.vb
Normal file
8
Frm_Shortkey.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
Public Class Frm_Shortkey
|
||||
|
||||
Private Sub Frm_Shortkey_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
|
||||
If e.KeyCode = Windows.Forms.Keys.Escape Then
|
||||
Me.Close()
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user