示例#1
0

        
示例#2
0
 public PortletArgs(Portlet portlet, bool isEdit)
 {
     _portlet = portlet;
     _isEdit  = isEdit;
 }
示例#3
0