Example #1
0
        ///// <summary>
        ///// The u u c 1 gos t_ upload complete.
        ///// </summary>
        ///// <param name="sender">
        ///// The sender.
        ///// </param>
        ///// <param name="e">
        ///// The e.
        ///// </param>
        //protected void uUC1GOST_UploadComplete(object sender, EventArgs e)
        //{
        //  if (uUC1GOST.HasFile)
        //  {
        //    Session[SessionConsts.CUc1GostContent] = uUC1GOST.FileBytes;
        //  }
        //}

        ///// <summary>
        ///// The u u c 1 rs a_ upload complete.
        ///// </summary>
        ///// <param name="sender">
        ///// The sender.
        ///// </param>
        ///// <param name="e">
        ///// The e.
        ///// </param>
        //protected void uUC1RSA_UploadComplete(object sender, EventArgs e)
        //{
        //  if (uUC1RSA.HasFile)
        //  {
        //    Session[SessionConsts.CUc1RsaContent] = uUC1RSA.FileBytes;
        //  }
        //}

        ///// <summary>
        ///// The u ok o 1 gos t_ upload complete.
        ///// </summary>
        ///// <param name="sender">
        ///// The sender.
        ///// </param>
        ///// <param name="e">
        ///// The e.
        ///// </param>
        //protected void uOKO1GOST_UploadComplete(object sender, EventArgs e)
        //{
        //  if (uOKO1GOST.HasFile)
        //  {
        //    Session[SessionConsts.COko1GostContent] = uOKO1GOST.FileBytes;
        //  }
        //}

        ///// <summary>
        ///// The u ok o 1 rs a_ upload complete.
        ///// </summary>
        ///// <param name="sender">
        ///// The sender.
        ///// </param>
        ///// <param name="e">
        ///// The e.
        ///// </param>
        //protected void uOKO1RSA_UploadComplete(object sender, EventArgs e)
        //{
        //  if (uOKO1RSA.HasFile)
        //  {
        //    Session[SessionConsts.COko1RsaContent] = uOKO1RSA.FileBytes;
        //  }
        //}

        #endregion

        protected void btnTurn_Click(object sender, EventArgs e)
        {
            UtilsHelper.ChangeTurn(ViewState);
            UtilsHelper.SetTurnCaption(btnTurn, ViewState);
        }