public static void Save(VSGestureInfo mapper) { string codebase = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); string path = Path.Combine(codebase, @"VSGestureInfo.xml"); FileUtil.PerformSave <VSGestureInfo>(path, mapper, false, false); }
public static void Save(VSGestureInfo mapper) { string codebase = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); string path = Path.Combine(codebase, @"VSGestureInfo.xml"); FileUtil.PerformSave<VSGestureInfo>(path, mapper, false, false); }