mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2024-12-26 16:29:34 +03:00
5ec92ee05e
Version 3.x.x
12 lines
180 B
C#
12 lines
180 B
C#
using System.Xml;
|
|
|
|
namespace ipn_sqlclr
|
|
{
|
|
public class LogItem
|
|
{
|
|
public int MsgId { get; set; }
|
|
public XmlDocument[] Xml { get; set; }
|
|
public string[] P { get; set; }
|
|
}
|
|
}
|