Пример #1
0
 internal void UpdateFrom(DbDisplayOptions source)
 {
     this.Height      = source.Height;
     this.Width       = source.Width;
     this.DesktopSize = source.DesktopSize;
     this.Colors      = source.Colors;
 }
 internal void UpdateFrom(DbDisplayOptions source)
 {
     this.Height = source.Height;
     this.Width = source.Width;
     this.DesktopSize = source.DesktopSize;
     this.Colors = source.Colors;
 }