Chat etc.
This commit is contained in:
@@ -267,7 +267,7 @@
|
||||
End Sub
|
||||
|
||||
Private Sub CmdHostLink_Click(sender As Object, e As EventArgs) Handles CmdHostLink.Click
|
||||
Ext_Programme.startlink(TxtLink.Text)
|
||||
cExtProgramme.startlink(TxtLink.Text)
|
||||
End Sub
|
||||
|
||||
Private Sub CmdDateien_Click(sender As Object, e As EventArgs) Handles CmdDateien.Click
|
||||
@@ -375,10 +375,10 @@
|
||||
End Sub
|
||||
|
||||
Private Sub cmdTVConnect_Click(sender As Object, e As EventArgs) Handles cmdTVConnect.Click
|
||||
Ext_Programme.StartTeamviewer(txtTeamviewer.Text, txtTVKennwort.Text)
|
||||
cExtProgramme.StartTeamviewer(txtTeamviewer.Text, txtTVKennwort.Text)
|
||||
End Sub
|
||||
|
||||
Private Sub cmdPutty_Click(sender As Object, e As EventArgs) Handles cmdPutty.Click
|
||||
Ext_Programme.startputty(Class1.MainHost(TxtIP.Text))
|
||||
cExtProgramme.startputty(Class1.MainHost(TxtIP.Text))
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user