summaryrefslogtreecommitdiff
path: root/Juick/Api/User.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-02-08 02:03:05 +0400
committerGravatar Vitaly Takmazov2013-02-08 02:03:05 +0400
commit7eb3fc7465c038de80e140f6956999aeb035505a (patch)
treeba77012549a1277767c62b4418b19864c9a084f2 /Juick/Api/User.cs
parentedef9894af198da690c0381bf43d4dafddf16f0d (diff)
Move Juick.Api out to Portable Library
Diffstat (limited to 'Juick/Api/User.cs')
-rw-r--r--Juick/Api/User.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/Juick/Api/User.cs b/Juick/Api/User.cs
deleted file mode 100644
index cd823eb..0000000
--- a/Juick/Api/User.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-using System;
-using System.Net;
-using System.Runtime.Serialization;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Shapes;
-
-namespace Juick.Api
-{
- public class User
- {
- public int Uid { get; set; }
- public string UName { get; set; }
- public string Fullname { get; set; }
- }
-}