add · 5e4729b12a - SVN.BY: Go Git Service
British Petrolium 7 years ago
parent
commit
5e4729b12a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      YandexLocation.vb

+ 5 - 0
YandexLocation.vb

@@ -54,4 +54,9 @@ Module YandexLocation
54 54
             End If
55 55
         End Function
56 56
     End Class
57
+
58
+
59
+    Sub Main()
60
+        Dim loc As YandexLocatin = New YandexLocatin("4-ый Загородный переулок, дом 20, Минск, Беларусь")
61
+    End Sub
57 62
 End Module