Ejemplo n.º 1
0
 public FileTabManagerSettings CopyTo(FileTabManagerSettings other)
 {
     other.RestoreTabs       = this.RestoreTabs;
     other.DecompileFullType = this.DecompileFullType;
     return(other);
 }
Ejemplo n.º 2
0
 public FileTabManagerSettings CopyTo(FileTabManagerSettings other)
 {
     other.RestoreTabs = this.RestoreTabs;
     other.DecompileFullType = this.DecompileFullType;
     return other;
 }