Beispiel #1
0
 public void RequestStartEntry(string guid)
 {
     adapter.Timer.TimerEnabled = false;
     SendMessage(Common.ContinueTimeEntryPath, Common.GetBytes(guid));
     ViewPager.SetCurrentItem(0, 0, true);
 }