Beispiel #1
0
 public void AddEvent(VEvent e)
 {
     lock(lckEQ) {
         eQueue.Add(e);
     }
 }