Hi,
wozu ist die ItemOption.Shn/txt da?
Was wird da eingestellt und wofür ist die da?
LG Juppi
wozu ist die ItemOption.Shn/txt da?
Was wird da eingestellt und wofür ist die da?
LG Juppi
foreach(Column in Columns)
{
string tName = BinaryReader.ReadString(48);
uint tTyoe = BinaryReader.ReadUInt32();
int tLenght = BinaryReader.ReadInt32();
if (tName.Length == 0 || String.IsNullOrWhiteSpace(tName))
{
tName = "UnkCol" + iUnkCols.ToString();
UnkCols++;
}
}