public FileTabManagerSettings CopyTo(FileTabManagerSettings other)
 {
     other.RestoreTabs       = this.RestoreTabs;
     other.DecompileFullType = this.DecompileFullType;
     return(other);
 }
 public FileTabManagerSettings CopyTo(FileTabManagerSettings other)
 {
     other.RestoreTabs = this.RestoreTabs;
     other.DecompileFullType = this.DecompileFullType;
     return other;
 }