コード例 #1
0
 public WarningData(int sid, IndexData indexes, WarningType type, int tagIndex)
 {
     SID        = sid;
     MatchIndex = indexes;
     Type       = type;
     TagIndex   = tagIndex;
 }
コード例 #2
0
 public WarningData(int sid, IndexData indexes, WarningType type)
 {
     SID        = sid;
     MatchIndex = indexes;
     Type       = type;
 }