Ejemplo n.º 1
0
 /// <summary>
 /// 是否可以打开panel,需要needItemPanel为true才有效
 /// </summary>
 /// <returns></returns>
 protected virtual bool CanOpenItemPanel()
 {
     return(config.CanOpenItemPanel == null || config.CanOpenItemPanel(this));
 }