Exemplo n.º 1
0
 public int GetLayoutByName(string name)
 {
     BLL.MenuNav mnBll = new BLL.MenuNav();
     return(mnBll.GetLayoutStatus(GetMenuNavFile(), name));
 }
Exemplo n.º 2
0
 public void OnLayout(int state, string name)
 {
     BLL.MenuNav mnBll = new BLL.MenuNav();
     mnBll.InsertForLayout(name, state.ToString(), GetMenuNavFile());
 }