コード例 #1
0
ファイル: RestManager.cs プロジェクト: LorenLiu/RestClient
 public static RestManager GetInstance()
 {
     if (instance == null)
     {
         instance = new RestManager();
     }
     return instance;
 }
コード例 #2
0
 public static RestManager GetInstance()
 {
     if (instance == null)
     {
         instance = new RestManager();
     }
     return(instance);
 }