dmdb/model/LogEntry.cs

12 lines
180 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace dezentrale.model
{
public class LogEntry : XmlData
{
}
}