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