Exemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string CheckNumber = Request.QueryString["ch"];

            if (!string.IsNullOrEmpty(CheckNumber))
            {
                QiwiHelper.CheckQiwiAccountPaymentsHistory(CheckNumber);
            }

            //if (Request.UrlReferrer != null && Request.UrlReferrer.ToString().Contains("CashIn.aspx"))
            //{
            //    DataHelper.CheckAllAccountsQiwiPaymentsHistories();
            //}

            if (!IsPostBack)
            {
                List = DataHelper.GetUserOperationsLast100(User.UserId);
            }
        }
Exemplo n.º 2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            QiwiAccount = QiwiHelper.GetCurrentQiwiAccount().Login;

            QiwiAccountCheck = QiwiAccount;
        }