Application.UserAppDataRegistry.SetValue("Value", Value);
try{ Value = (int) Application.UserAppDataRegistry.GetValue("Value");}catch(Exception){}