Ejemplo n.º 1
0
 public override void Kill()
 {
     Shutdown();
     if (numberPlate != null)
     {
         numberPlate.Kill();
         numberPlate = null;
     }
     base.Kill();
 }