You are on page 1of 1

'Dim TP As Single

'If RbtS.Checked Then


' TP = 30
'ElseIf RbtD.Checked Then
' TP = 50
'ElseIf RbtM.Checked Then
' TP = 60
'Else
' MsgBox("Elegir Habitación", MsgBoxStyle.Exclamation, "Atención")
'End If
'If ChkB.Checked Then TP += 15
'If ChkT.Checked Then TP += 10
'If ChkI.Checked Then TP += 10
'TP *= Val(TxtDias.Text)
'TxtPagar.Text = Format(TP, "0.00")
'TxtStotal.Text = Format(TP / 1.19, "0.00")
'TxtImp.Text = (TP - Val(TxtStotal.Text)).ToString

You might also like