コード例 #1
0
ファイル: MyEntityManager.cs プロジェクト: hieuntp2/MyGraph
 public static MyEntityManager Instance()
 {
     if (m_cInstance == null)
     {
         m_cInstance = new MyEntityManager();
     }
     return m_cInstance;
 }
コード例 #2
0
ファイル: MyEntityManager.cs プロジェクト: hieuntp2/MyGraph
 public static MyEntityManager Instance()
 {
     if (m_cInstance == null)
     {
         m_cInstance = new MyEntityManager();
     }
     return(m_cInstance);
 }