예제 #1
0
 public static void Remove(Overlay p)
 {
     overlays.Remove(p);
 }
예제 #2
0
 public static void Add(Overlay p)
 {
     overlays.Add(p);
 }