From 42dc1d36235292786322d28340a81c6cb3fd46c0 Mon Sep 17 00:00:00 2001 From: hurter Date: Wed, 31 Aug 2011 16:25:05 +0000 Subject: --- Anoto/HotAreas/AnotoRadarScreen.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Anoto/HotAreas/AnotoRadarScreen.cs (limited to 'Anoto/HotAreas/AnotoRadarScreen.cs') diff --git a/Anoto/HotAreas/AnotoRadarScreen.cs b/Anoto/HotAreas/AnotoRadarScreen.cs new file mode 100644 index 0000000..6973b17 --- /dev/null +++ b/Anoto/HotAreas/AnotoRadarScreen.cs @@ -0,0 +1,16 @@ +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 + } + } +} -- cgit v1.1