Updaet 20240730
This commit is contained in:
@@ -8,6 +8,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Windows.Forms;
|
||||
using System.Xml;
|
||||
using System.Xml.Linq;
|
||||
using System.Xml.Serialization;
|
||||
@@ -63,7 +64,7 @@ namespace OnDoc.Klassen
|
||||
public static bool toexecute { get; set; }
|
||||
public static List<EDK_Parameters> parameters { get; set; }
|
||||
public static List<EDK_Dokumentwerte> dokumentwerte { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public static void Load_EDK_File(string filename)
|
||||
@@ -82,7 +83,7 @@ namespace OnDoc.Klassen
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
MessageBox.Show(ex.Message);
|
||||
}
|
||||
|
||||
// read header elements
|
||||
|
||||
Reference in New Issue
Block a user