private Kelvin() { cambioFahrenheit = (Fahrenheit.GetCambio() + 459.67F) * 5 / 9; }
private Celsius() { cambioFahrenheit = (Fahrenheit.GetCambio() - 32) * 5 / 9; }