コード例 #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
ファイル: XChangeApplication.cs プロジェクト: ozgend/hive
 public static void Start()
 {
     Service = null;
 }