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