Example #1
0
 public static void SetForm(KeyRecord form)
 {
     if (stateInstance == null)
     {
         stateInstance = new FormState(form);
     }
 }
Example #2
0
 private FormState(KeyRecord form)
 {
     tracker = ActivityTracker.GetInstance();
     targetForm = form;
     appData = AppData.GetInstance();
 }