AnlageIP adresse kann nun im Menu geändert werden

This commit is contained in:
HuskyTeufel
2022-04-13 11:51:37 +02:00
parent 9ee596d1bb
commit a027973358
12 changed files with 378 additions and 20 deletions

View File

@@ -1,6 +1,8 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -18,7 +20,7 @@ namespace SanSystem.Einstellungen
try
{
result = getConfiguration(dataGridViewColumn.HeaderText);
result = (int)getConfiguration(dataGridViewColumn.HeaderText);
}
catch(Exception )
{