Exemplo n.º 1
0
 /// <summary>
 /// 面板
 /// </summary>
 public IPanel Panel()
 {
     return(EasyUiFactory <TEntity> .CreatePanel(_helper));
 }