コード例 #1
0
ファイル: MOSSContext.cs プロジェクト: porter1130/MOSSArt
        public static MOSSContext GetContext(SPWeb web)
        {
            if (_context == null)
            {
                _context = new MOSSContext(web);
            }

            return _context;
        }
コード例 #2
0
ファイル: MOSSContext.cs プロジェクト: porter1130/MOSSArt
 public void Dispose()
 {
     _context = null;
 }