Exemple #1
0
 public ScyllaHideSettings CopyTo(ScyllaHideSettings other)
 {
     other.IsEnabledOption = IsEnabledOption;
     other.SelectedProfile = SelectedProfile;
     other.StringOption3   = StringOption3;
     return(other);
 }
Exemple #2
0
 SccyllaHideSettingsPageProvider(ScyllaHideSettings scyllaHideSettings) => this._scyllaHideSettings = scyllaHideSettings;