Beispiel #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     cgApp   = new CateGoryApplication();
     tickApp = new TicketsApplication();
     trApp   = new TicketsRelationApplication();
     if (!IsPostBack)
     {
         InitControl();
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     trApp = new TicketsRelationApplication();
     if (!IsPostBack)
     {
         InitStatus();
         InitUser();
         InitControls();
     }
 }