mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-02 00:21:54 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Xml;
|
||||
|
||||
namespace ipn_sqlclr
|
||||
{
|
||||
public class LogItem
|
||||
{
|
||||
public int MsgId { get; set; }
|
||||
public XmlDocument[] Xml { get; set; }
|
||||
public string[] P { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user