Ejemplo n.º 1
0
 private FormState(KeyRecord form)
 {
     tracker = ActivityTracker.GetInstance();
     targetForm = form;
     appData = AppData.GetInstance();
 }
Ejemplo n.º 2
0
 public static void Start()
 {
     if (trackerInstance == null)
     {
         trackerInstance = new ActivityTracker();
     }
 }