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