frmSprachen
This commit is contained in:
@@ -135,7 +135,6 @@ Public Class frmSprachen
|
||||
Private Sub DataGridView_DefaultValuesNeeded(sender As Object, e As DataGridViewRowEventArgs) Handles DataGridView.DefaultValuesNeeded
|
||||
Try
|
||||
|
||||
|
||||
e.Row.Cells("trs_progId").Value = programId
|
||||
e.Row.Cells("trs_progName").Value = txtProgramm.Text
|
||||
e.Row.Cells("trs_sprache").Value = cbxSprachen._value
|
||||
@@ -145,19 +144,5 @@ Public Class frmSprachen
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Sub txttranslate_TextChanged(sender As Object, e As EventArgs) Handles txttranslate.TextChanged
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Label6_Click(sender As Object, e As EventArgs) Handles Label6.Click
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub txtDE_TextChanged(sender As Object, e As EventArgs) Handles txtDE.TextChanged
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Label5_Click(sender As Object, e As EventArgs) Handles Label5.Click
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user