コード例 #1
0
 public void Remove(DeluxeAppSettingsConfigElement serviceConfig)
 {
     BaseRemove(serviceConfig.Key);
 }
コード例 #2
0
 public void Add(DeluxeAppSettingsConfigElement serviceConfig)
 {
     BaseAdd(serviceConfig);
 }