Die datenbank kann jetzt gespeichert werden
This commit is contained in:
@@ -62,7 +62,7 @@ namespace SanSystem
|
||||
|
||||
txt_laenge_schacht.DataBindings.Add(new Binding("Text", inspektionsobjekt, "Schachtlaenge"));
|
||||
txt_objekt_name.DataBindings.Add(new Binding("Text", inspektionsobjekt, "Objektbezeichnung"));
|
||||
|
||||
txt_ort.DataBindings.Add(new Binding("Text", inspektionsobjekt, "OrtName"));
|
||||
txt_punkt_von.DataBindings.Add(new Binding("Text", inspektionsobjekt, "VonPunkt"));
|
||||
txt_punkt_bis.DataBindings.Add(new Binding("Text", inspektionsobjekt, "BisPunkt"));
|
||||
txt_strasse.DataBindings.Add(new Binding("Text", inspektionsobjekt, "StrasseName"));
|
||||
@@ -113,7 +113,7 @@ namespace SanSystem
|
||||
txt_pro_nr.DataBindings.Clear();
|
||||
dt_haltunggemessen_datum.DataBindings.Clear();
|
||||
txt_bemerkung.DataBindings.Clear();
|
||||
|
||||
txt_ort.DataBindings.Clear();
|
||||
//MessageBox.Show(string.Format("width: {0} height: {1}", width, height));
|
||||
this.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user