Example #1
0
 protected void Page_Load(Object sender, EventArgs args)
 {
     presenter = new PricesPresenter(this);
     presenter.OnPageLoad();
     InitFields(Profile);
     SetInputs();
     form.Action    = FormAction;
     pager.PageName = "createflyer/" + ParentPageName + "?step=selectmarketarea";
 }
Example #2
0
        protected void Page_Load(Object sender, EventArgs e)
        {
            presenter = new PricesPresenter(this);

            presenter.OnPageLoad();
        }