Ejemplo n.º 1
0
 // open the currently selected plug-in
 static void OpenSelectedPlugIn()
 {
     Camera.Reset();
     SelectedVehicle = null;
     _selectedPlugIn.Open();
 }