Small fix

This commit is contained in:
MaxXor 2015-05-04 19:50:37 +02:00
parent b1ffa97a85
commit 0e6ad51dd1
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ private void ctxtReconnect_Click(object sender, EventArgs e)
private void ctxtUninstall_Click(object sender, EventArgs e)
{
if (lstClients.SelectedItems.Count == 0) return;
if (
MessageBox.Show(
string.Format(