add · 5e4729b12a - SVN.BY: Go Git Service
British Petrolium 7 年之前
父节点
当前提交
5e4729b12a
共有 1 个文件被更改,包括 5 次插入0 次删除
  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