コード例 #1
0
 public CacheMgr()
 {
     if (Instance == null)
     {
         Instance = this;
     }
 }
コード例 #2
0
ファイル: CacheMgr.cs プロジェクト: whatbeit/ChameleonProject
 public CacheMgr()
 {
     if (Instance == null)
         Instance = this;
 }