コード例 #1
0
 internal Entry(EventRecord r, string s, int sn)
 {
     record = r;
     status = s;
     seqno  = sn;
 }