Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ProcessWatchImpl/Muffin/RequestResponse.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 22  namespace Toast.NicoNico Line 22  namespace Toast.NicoNico
22                          }                          }
23    
24    
25                          this.Address = address;                          Address = address;
26                          this.Port = int.Parse(port);                          Port = int.Parse(port);
27                          this.ThreadId = threadId;                          ThreadId = threadId;
28                  }                  }
29    
30                  public string Address                  public string Address

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