summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 14:30:06 +0400
committerGravatar Vitaly Takmazov2013-03-29 14:30:06 +0400
commit32fc287a28c24ca980f4fe67ccab178c04cd9159 (patch)
treed1529dc0a60eca2032d55b8a7c68b5687f40ed83 /Juick/App.xaml.cs
parentd8877eea3c619fe3d0228dbff2693a582e85fc6e (diff)
move message list markup to MessageList usercontrol
Diffstat (limited to 'Juick/App.xaml.cs')
-rw-r--r--Juick/App.xaml.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/App.xaml.cs b/Juick/App.xaml.cs
index 8a1de0b..194e6fe 100644
--- a/Juick/App.xaml.cs
+++ b/Juick/App.xaml.cs
@@ -47,7 +47,8 @@ namespace Juick
private static RestClient _cl;
public static RestClient Client
{
- get { return _cl ?? (_cl = new RestClient("http://api.juick.com") { UserAgent = "Juick 0.999/Windows Phone " + Environment.OSVersion.Version }); }
+ get { return _cl ?? (_cl = new RestClient("http://api.juick.com") {
+ UserAgent = "Juick 0.999/Windows Phone " + Environment.OSVersion.Version }); }
}
/// <summary>