예제 #1
0
 protected void raiseChangedEvent(string selectedProfile, SimpleProfilesControl Instance)
 {
     if (ProfilesChanged != null)
     {
         ProfilesChanged(this, new SelectedProfileEventArgs(selectedProfile, Instance));
     }
 }
예제 #2
0
 public abstract void ConfigureProfiles(Profile SelectedProfile, bool UpdateSelectedProfile, SimpleProfilesControl Instance);
예제 #3
0
 public void Configure(Profile SelectedProfile, bool UpdateSelectedProfile, SimpleProfilesControl instance)
 {
     bySettingsType(GetSettingsType(SelectedProfile)).ConfigureProfiles(SelectedProfile, UpdateSelectedProfile, instance);
 }