Es wird jetzt ein massenstatistik erzeugt
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user