Es wird jetzt ein massenstatistik erzeugt

This commit is contained in:
Husky
2018-07-15 11:53:53 +02:00
parent a6e58a81ef
commit 1362483c8c
13 changed files with 53 additions and 16 deletions

View File

@@ -82,18 +82,6 @@ namespace SanSystem
}
private void btn_get_temp_Click(object sender, EventArgs e)
{
/*
ITemperature temperature = TempCAN.TemperaturBuilder.Temperatur(TempCAN.TemperaturSchnittstellen.TINKERFORGE);
double temperatur = temperature.GetTemperatur();
inliner.TempAusen = temperatur;
//var x = txt_temp_aussen.DataBindings;
txt_temp_aussen.Update();
*/
}
private void btn_close_Click(object sender, EventArgs e)
{
@@ -131,6 +119,7 @@ namespace SanSystem
private void FrmSelectNewSan_AddSchachtAnbindungClicked(object sender, EventArgs e)
{
SchachtAnbindung schachtAnbindung = new SchachtAnbindung();
schachtAnbindung.Datum = DateTime.Now;
schachtAnbindung.Inspektionsobjekt = inspektionsobjekt;
inspektionsobjekt.Sanierung.Add(schachtAnbindung);
TabPage tab = new TabPage();