private static void OpenPreferences()
 {
     PowerInspectorPreferencesWindow.GetExistingOrCreateNewWindow();
 }
Example #2
0
 private static void OpenPreferencesWindow()
 {
     PowerInspectorPreferencesWindow.Open();
 }