From 9aa0517b44de2dcd0446aab500599340c667a679 Mon Sep 17 00:00:00 2001 From: Husky Date: Tue, 13 Aug 2019 19:57:15 +0200 Subject: [PATCH] =?UTF-8?q?typo=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SanSystem/frmObjektEdit.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SanSystem/frmObjektEdit.cs b/SanSystem/frmObjektEdit.cs index c43336b..278ddc1 100644 --- a/SanSystem/frmObjektEdit.cs +++ b/SanSystem/frmObjektEdit.cs @@ -220,7 +220,7 @@ namespace SanSystem { #if !DEBUG return; -#endif +#else DataGridView dataGridView = (DataGridView)sender; if (dataGridView == null) return; DataGridViewSelectedRowCollection dataGridViewRowsSelect = dataGridView.SelectedRows; @@ -238,6 +238,7 @@ namespace SanSystem frmSanKonzeptList frmSanKonzept = new frmSanKonzeptList(kuerzel.Sanierungskonzepts); //frmSanKonzept.MdiParent = this.MdiParent; frmSanKonzept.ShowDialog(); +#endif } private void Txt_punkt_bis_Leave(object sender, EventArgs e)