summaryrefslogtreecommitdiff
path: root/Anoto/HotAreas/AnotoRadarScreen.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Anoto/HotAreas/AnotoRadarScreen.cs')
-rw-r--r--Anoto/HotAreas/AnotoRadarScreen.cs16
1 files changed, 16 insertions, 0 deletions
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
+ }
+ }
+}