saving only if change occured

This commit is contained in:
abdelkader
2024-03-19 08:41:19 -04:00
parent 1bf467f81f
commit 85bb588f42

View File

@@ -9,8 +9,8 @@ namespace vCardEditor.View
protected override void OnLostFocus(EventArgs e)
{
base.OnLostFocus(e);
oldText = this.Text;
base.OnLostFocus(e);
}
}