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