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