14 lines
311 B
C#
14 lines
311 B
C#
using GPW.WebMasterPages;
|
|
using System;
|
|
|
|
namespace GPW_Smart
|
|
{
|
|
public partial class Admin : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
((JQMob)Master).showSettings = false;
|
|
((JQMob)Master).showLeftPnl = false;
|
|
}
|
|
}
|
|
} |