1
2
using System;
3
using System.Collections.Generic;
4
using System.Text;
5
using System.Xml.Serialization;
6
using System.IO;
7
using System.Reflection;
8
9
namespace Mobile.Services
10
2
3
4
5
6
7
8
9
10