aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-12 23:03:21 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-12 23:03:21 +0200
commit85e27ca4c292329a894a49ed950912285465fa2e (patch)
tree97e3e58b8e710157c2fea0711094ce9e2fe656a3 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs
parent791ecdccc3d9ecc6311d6b1440e462119e65dc92 (diff)
downloadTango-85e27ca4c292329a894a49ed950912285465fa2e.tar.gz
Tango-85e27ca4c292329a894a49ed950912285465fa2e.zip
Embedded browser module in technician instead of menu.
Implemented browser module navigation support.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs
index 4da2f4f98..cd8372277 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/BrowserModule.cs
@@ -83,18 +83,6 @@ namespace Tango.PPC.Browser
}
}
- public override void OnTechnicianEntered()
- {
- base.OnTechnicianEntered();
- IsVisibleInMenu = true;
- }
-
- public override void OnTechnicianExited()
- {
- base.OnTechnicianExited();
- IsVisibleInMenu = false;
- }
-
/// <summary>
/// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
/// </summary>