using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Anoto { public class AnotoRadarScreen:AnotoHotArea { public AnotoRadarScreen() { this.Category = Categories.Screen; this.PageIndex = -1; //Multi pages } } }