Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ProcessWatchImpl/Croissant/LiveProgram.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by netseed, Mon Dec 7 13:19:52 2009 UTC revision 44 by netseed, Tue Dec 15 16:20:54 2009 UTC
# Line 23  namespace Toast Line 23  namespace Toast
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26