示例#1
0
文件: XService.cs 项目: ozgend/hive
 public static XService Init(string username, string password)
 {
     if (instance == null)
     {
         instance = new XService(username, password);
     }
     return instance ;
 }
示例#2
0
 public static void Start()
 {
     Service = null;
 }