Exemple #1
0
 public static void RedirectToSettings()
 {
     RedirectToSettingsEvent?.Invoke(null, EventArgs.Empty);
 }
Exemple #2
0
 public static void RedirectToSettings()
 {
     RedirectToSettingsEvent?.Invoke(typeof(string), EventArgs.Empty);
 }
Exemple #3
0
 public static void RedirectToSettings(SettingsViewName name)
 {
     RedirectToSettingsEvent?.Invoke(typeof(string), new EventSystemRedirectSettingsArgs(name));
 }