Example #1
0
 public void ShowSettings()
 {
     if (_providerSettings != null)
     {
         _providerSettings.ShowSettingsGUI();
     }
 }