Beispiel #1
0
 public ViewerLogic(IViewerContext viewer)
 {
     _viewer = viewer;
 }
Beispiel #2
0
 /// <summary>
 /// 设置当前访问者信息
 /// </summary>
 /// <param name="vctx"></param>
 public void setViewerContext( IViewerContext vctx )
 {
     _viewerContext = vctx;
 }
Beispiel #3
0
 /// <summary>
 /// 设置当前访问者信息
 /// </summary>
 /// <param name="vctx"></param>
 public void setViewerContext(IViewerContext vctx)
 {
     _viewerContext = vctx;
 }