Ejemplo n.º 1
0
 void TestDate_Tapped(object sender, System.EventArgs e)
 {
     if (MyResumeSyncViewModel.ShowTestSelection)
     {
         MyResumeSyncViewModel.ShowTestSelection = false;
         TestDate.Unfocus();
         return;
     }
     if (Device.RuntimePlatform == Device.UWP)
     {
         DOB_Picker.ShowDatePicker();
     }
     else
     {
         DOB_Picker.Focus();
     }
 }