Ejemplo n.º 1
0
        private void CbNoteRoomID_SelectedIndexChanged(object sender, EventArgs e)
        {
            var price = RoomTypeBUS.GetRoomPriceByID(cbLeaseRoomID.Text);

            this.tbLeaseRoomPrice.Text = price.ToString("N0") + " VND";
        }