Browse Subversion Repository
Diff of /branches/ProcessWatchImpl/Croissant/LiveProgram.cs
Parent Directory
| Revision Log
| Patch
| 23 |
throw new ArgumentNullException("communityName"); |
throw new ArgumentNullException("communityName"); |
| 24 |
} |
} |
| 25 |
|
|
| 26 |
this.Id = id; |
Id = id; |
| 27 |
this.Title = title; |
Title = title; |
| 28 |
this.Description = description; |
Description = description; |
| 29 |
this.CommunityName = communityName; |
CommunityName = communityName; |
| 30 |
} |
} |
| 31 |
|
|
| 32 |
public string ProgramUrl |
public string ProgramUrl |
|
|
Legend:
| Removed from v.43 |
|
| changed lines |
| |
Added in v.44 |
|
|
|