Created
August 8, 2010 18:25
-
-
Save suryagaddipati/514374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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