Exemple #1
0
 private void onLocationDone(object sender, EventArgs e)
 {
     if (sender is GCLocation)
     {
         GCLocation lr = sender as GCLocation;
         GCGlobal.AddRecentLocation(lr);
         masaLocation = lr;
         Recalculate();
     }
 }
Exemple #2
0
 private void onLocationDone(object sender, EventArgs e)
 {
     if (sender is GCLocation)
     {
         GCLocation lr = sender as GCLocation;
         GCGlobal.AddRecentLocation(lr);
         LocationText(lr.Title);
         Recalculate();
     }
 }
Exemple #3
0
 private void onLocationDone(object sender, EventArgs e)
 {
     if (sender is GCLocation)
     {
         GCLocation lr = sender as GCLocation;
         GCGlobal.AddRecentLocation(lr);
         calLocation = lr;
         calendarDataView1.ClearCalendarData();
         Recalculate();
     }
 }