some unused controls hidden, tooltips on other
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user