jj 03.04 kampf mit net framework
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
Me.OpenFileDialog1.FileName = Me.TEMPLATE_PATHTextBox.Text
|
||||
End If
|
||||
|
||||
If Me.OpenFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
|
||||
If Me.OpenFileDialog1.ShowDialog = System.Windows.Forms.DialogResult.OK Then
|
||||
Me.TEMPLATE_PATHTextBox.Text = Me.OpenFileDialog1.FileName
|
||||
GetPatterns()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user