VDBMemoryApplication.st
changeset 135 42e384802815
parent 126 6f8886624595
child 147 4087090b3581
--- a/VDBMemoryApplication.st	Thu Jan 17 09:29:01 2019 +0000
+++ b/VDBMemoryApplication.st	Thu Jan 17 12:55:47 2019 +0000
@@ -388,6 +388,14 @@
     "Modified: / 05-07-2018 / 14:34:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!VDBMemoryApplication methodsFor:'menu actions'!
+
+doRefresh
+    self update
+
+    "Modified: / 17-01-2019 / 10:36:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !VDBMemoryApplication class methodsFor:'documentation'!
 
 version_HG