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);
        }
Exemplo n.º 2
0
        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);
        }