コード例 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            UTbxAmountSecondary.ChangeClear();
            UTbxAmountSecondary.ChangeClear();

            if (!IsPostBack)
            {
                if (SManager.AssetPrimary.Buy == SManager.AssetSecondary.Buy)
                {
                    SManager.AssetPrimary.Buy = true;
                }

                this.UpdateAll();
            }

            this.InitializeTextBoxes();
        }