Ejemplo n.º 1
0
 public WarningData(int sid, IndexData indexes, WarningType type, int tagIndex)
 {
     SID        = sid;
     MatchIndex = indexes;
     Type       = type;
     TagIndex   = tagIndex;
 }
Ejemplo n.º 2
0
 public WarningData(int sid, IndexData indexes, WarningType type)
 {
     SID        = sid;
     MatchIndex = indexes;
     Type       = type;
 }