mirror of
https://github.com/jie65535/KeyGo.git
synced 2025-06-09 17:49:46 +08:00
1. 增加 删除热键前询问
This commit is contained in:
parent
2314afa9f3
commit
2ea8cbf725
@ -119,6 +119,8 @@ namespace KeyGo
|
||||
/// 删除热键项
|
||||
/// </summary>
|
||||
private void BtnDel_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (MessageBox.Show("是否确定删除该热键?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||
{
|
||||
try
|
||||
{
|
||||
@ -133,3 +135,4 @@ namespace KeyGo
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user