Skip to content
Snippets Groups Projects
Commit c0f56b72 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Merge branch 'master' into 'master'

Kommentare eingefuegt

See merge request !56
parents 70726cee 8402ded9
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -500,5 +500,10 @@ namespace Wetterstation ...@@ -500,5 +500,10 @@ namespace Wetterstation
this.myClient.Disconnect(); this.myClient.Disconnect();
Application.Exit(); Application.Exit();
} }
private void LbLuftFeuchtInnen_Click(object sender, EventArgs e)
{
}
} }
} }
namespace Wetterstation namespace Wetterstation
{ {
//Klasse fuer die Datenbankeintraege
public class SettingsModel public class SettingsModel
{ {
public string mqtt_host { get; set; } public string mqtt_host { get; set; }
......
...@@ -6,6 +6,7 @@ using System.Linq; ...@@ -6,6 +6,7 @@ using System.Linq;
namespace Wetterstation namespace Wetterstation
{ {
//Hier werden die Datenbankzugriffe fuer die frontend.db geregelt
public static class SqliteDataAccess public static class SqliteDataAccess
{ {
public static SQLiteConnection _dbConnection; public static SQLiteConnection _dbConnection;
......
...@@ -11,4 +11,7 @@ ...@@ -11,4 +11,7 @@
<FallbackCulture>de-DE</FallbackCulture> <FallbackCulture>de-DE</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles> <VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging>
</PropertyGroup>
</Project> </Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment