Ejemplo n.º 1
0
 public static void LoadTempProfile(int device, string name, bool launchprogram, ControlService control)
 {
     Config.LoadProfile(device, launchprogram, control, appdatapath + @"\Profiles\" + name + ".xml");
     tempprofilename[device] = name;
 }
Ejemplo n.º 2
0
 public static void LoadProfile(int device, bool launchprogram, ControlService control)
 {
     Config.LoadProfile(device, launchprogram, control);
     tempprofilename[device] = string.Empty;
 }