LoadConfig() public méthode

public LoadConfig ( IConfigSetting i ) : void
i IConfigSetting
Résultat void
Exemple #1
0
        public void Copy(CameraClass c)
        {
            XMLConfig x = new XMLConfig();

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