Пример #1
0
 //
 public ElementTracker()
 {
     m_Instance  = null;
     mList       = new ArrayList();
     m_dicCursor = new Dictionary <HotSpot, Cursor>();
 }
Пример #2
0
 public Action(IController controller)
 {
     mController = controller;
     m_Model     = null;
     m_Tracker   = ElementTracker.Instance;
 }