typo geändert
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user