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