public void Copy(CameraClass c) { XMLConfig x = new XMLConfig(); this.SaveConfig(x.Settings["temp"]); c.LoadConfig(x.Settings["temp"]); }