First step of data saving in a ldt/xml file. First step of displaying the existing ldt files (not loaded yet)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GestureControl
{
public class SurfaceGesturePatternItem : List<SurfaceGestureVector>
{
public String Name { get; set; }
}
}