コード例 #1
0
ファイル: ClientSession.cs プロジェクト: tdong6/DBLikeProject
 public ClientSessionManager GetInstance()
 {
     if(that==null)
     {
         that = new ClientSessionManager();
     }
     return that;
 }
コード例 #2
0
 public ClientSessionManager GetInstance()
 {
     if (that == null)
     {
         that = new ClientSessionManager();
     }
     return(that);
 }