Example #1
0
 private static void EnableGarageToggle()
 {
     if ((bool)enGarage.GetValue() && (string)authKey.GetValue() == string.Empty)
     {
         ModUI.ShowYesNoMessage(string.Format("To use MSCGarage you need to get your <b>Auth-Key</b> from garage website.{0}{0}Do you want to do it now?", Environment.NewLine), OpenAuthKeyWebsite);
     }
 }