Example #1
0
 protected override void OnConnected()
 {
     if (simProcess != null)
     {
         IPhoneUtility.MakeSimulatorGrabFocus();
     }
 }
Example #2
0
 protected override void OnContinue()
 {
     base.OnContinue();
     if (simProcess != null)
     {
         IPhoneUtility.MakeSimulatorGrabFocus();
     }
 }
 protected override void OnStarted(ThreadInfo t)
 {
     base.OnStarted(t);
     if (simProcess != null)
     {
         IPhoneUtility.MakeSimulatorGrabFocus();
     }
 }