From c02a988bda6724dcbd1d689be2010ce55de59368 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 25 Nov 2018 08:51:51 +0200 Subject: Storage Module! --- Software/Visual_Studio/Tango.Explorer/ExplorerControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Explorer/ExplorerControl.cs') diff --git a/Software/Visual_Studio/Tango.Explorer/ExplorerControl.cs b/Software/Visual_Studio/Tango.Explorer/ExplorerControl.cs index 0c713a7db..197380475 100644 --- a/Software/Visual_Studio/Tango.Explorer/ExplorerControl.cs +++ b/Software/Visual_Studio/Tango.Explorer/ExplorerControl.cs @@ -114,7 +114,7 @@ namespace Tango.Explorer } } - private void NavigateBack() + public void NavigateBack() { if (CurrentFolder != null) { -- cgit v1.3.1