Beispiel #1
0
 /// <summary>
 /// Event invocator method called when the API URL is changed.
 /// </summary>
 private static void OnApiUrlChanged()
 {
     if (ApiUrlChanged != null)
     {
         ApiUrlChanged.Invoke(null, EventArgs.Empty);
     }
 }
Beispiel #2
0
 /// <summary>
 /// Event invocator method called when the API URL is changed.
 /// </summary>
 private static void OnApiUrlChanged() => ApiUrlChanged?.Invoke(null, EventArgs.Empty);