First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,13 @@
Public Class IEUserControl
Public Property Url As String
Get
Return WB.Url.ToString
End Get
Set(ByVal value As String)
WB.Navigate(value)
End Set
End Property
Private Sub FolderUserControl_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize
End Sub
End Class