BeeCloudSDKDemo.refundQuery.bind C# (CSharp) Method

bind() protected method

protected bind ( ) : void
return void
        protected void bind()
        {
            RefundQueryGridView.DataSource = refunds;
            RefundQueryGridView.DataBind();
        }