Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Created August 8, 2010 18:25
Show Gist options
  • Select an option

  • Save suryagaddipati/514374 to your computer and use it in GitHub Desktop.

Select an option

Save suryagaddipati/514374 to your computer and use it in GitHub Desktop.
WeeklyActivityRecorder weeklyActivities = new WeeklyActivityRecorder ();
weeklyActivities .AddActivity( new Activity{Day = DayOfWeek.Monday , Activity = "Lawn Moving" });
weeklyActivities .AddActivity( new Activity{Day = DayOfWeek.Tuesday , Activity = "Cooking" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment