some unused controls hidden, tooltips on other

This commit is contained in:
2015-12-28 22:06:10 +01:00
parent 342f19daef
commit ffe8b61444
6 changed files with 83 additions and 28 deletions

View File

@ -131,7 +131,10 @@ namespace CobXmlSupport
}
}
Cc.Save_In_Dic();
if (DialogResult.OK == MessageBox.Show("Vill du verkligen spara...?", "Spara kompletterad kod", MessageBoxButtons.OKCancel))
{
Cc.Save_In_Dic();
}
refreshWindow("IN");
@ -350,7 +353,10 @@ namespace CobXmlSupport
}
}
Cc.Save_Out_Dic();
if (DialogResult.OK == MessageBox.Show("Vill du verkligen spara...?", "Spara kompletterad kod", MessageBoxButtons.OKCancel))
{
Cc.Save_Out_Dic();
}
refreshWindow("OUT");