AnlageIP adresse kann nun im Menu geändert werden
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user