예제 #1
0
파일: Global.cs 프로젝트: tirth/DS4Windows
 public static void LoadTempProfile(int device, string name, bool launchprogram, ControlService control)
 {
     Config.LoadProfile(device, launchprogram, control, appdatapath + @"\Profiles\" + name + ".xml");
     tempprofilename[device] = name;
 }
예제 #2
0
파일: Global.cs 프로젝트: tirth/DS4Windows
 public static void LoadProfile(int device, bool launchprogram, ControlService control)
 {
     Config.LoadProfile(device, launchprogram, control);
     tempprofilename[device] = string.Empty;
 }