namespace Globale_Variablen.AnzeigeDaten { using System; using System.Runtime.InteropServices; [Serializable, StructLayout(LayoutKind.Sequential)] public struct tCWID { public int cwLochanzahlID_Soll; public int cwLochanzahlID_Ist; } }