13 lines
218 B
C#
13 lines
218 B
C#
using System;
|
|
|
|
namespace DPGetDataContract
|
|
{
|
|
public class GetDataStructure
|
|
{
|
|
public int Eintrag;
|
|
public DateTime Datum;
|
|
public string Druck;
|
|
public EDataType Methode;
|
|
}
|
|
}
|