Exemple #1
0
 public void Entry(string vh_id)
 {
     if (CurrentVhs.TryAdd(vh_id, vh_id))
     {
         onSectinoEntry(vh_id);
     }
 }