void WriteTo(HexSettings other) { other.BytesGroupCountVM.Value = this.BytesGroupCountVM.Value; other.BytesPerLineVM.Value = this.BytesPerLineVM.Value; other.UseHexPrefix = this.UseHexPrefix; other.ShowAscii = this.ShowAscii; other.LowerCaseHex = this.LowerCaseHex; other.FontFamily = this.FontFamily; other.FontSize = this.FontSize; other.AsciiEncoding = this.AsciiEncoding; }