Diff of /trunk/ModularRex/RexNetwork/RexClientView.cs
Parent Directory
|
Revision Log
|
Patch
| revision 9, Wed Nov 26 10:08:09 2008 UTC | revision 10, Wed Nov 26 10:29:23 2008 UTC | |
|---|---|---|
| # | Line 24 | Line 24 |
| 24 | private static readonly ILog m_log = | private static readonly ILog m_log = |
| 25 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
| 26 | ||
| 27 | private string m_rexAccountID; | |
| 28 | private string m_rexAvatarURL; | private string m_rexAvatarURL; |
| 29 | private string m_rexAuthURL; | private string m_rexAuthURL; |
| 30 | private string m_rexSkypeURL; | private string m_rexSkypeURL; |
| # | Line 82 | Line 83 |
| 83 | set { m_rexSkypeURL = value; } | set { m_rexSkypeURL = value; } |
| 84 | } | } |
| 85 | ||
| 86 | public string RexAccount | |
| 87 | { | |
| 88 | get { return m_rexAccountID; } | |
| 89 | set | |
| 90 | { | |
| 91 | // Todo: More solid data checking here. | |
| 92 | m_rexAccountID = value; | |
| 93 | RexAuthURL = m_rexAccountID.Split('@')[1]; | |
| 94 | } | |
| 95 | } | |
| 96 | ||
| 97 | public string RexAuthURL | public string RexAuthURL |
| 98 | { | { |
| 99 | get { return m_rexAuthURL; } | get { return m_rexAuthURL; } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

