mirror of
https://github.com/jie65535/KeyGo.git
synced 2025-10-20 17:19:47 +08:00
1. 增加 删除热键前询问
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user