Exemplo n.º 1
0
 private void onSectinoLeave(string vh_id)
 {
     VehicleLeave?.Invoke(this, vh_id);
 }
Exemplo n.º 2
0
 private void onLeave(AVEHICLE vh)
 {
     VehicleLeave?.Invoke(this, vh);
 }