aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Application
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-03-19 02:44:55 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-03-19 02:44:55 +0200
commit276c7023bc4818bf2716f2a0d10dbecc9f1ea406 (patch)
tree06140ebdde91e169e521b5aa4a8ecb59ad156a9f /Software/Visual_Studio/PPC/Tango.PPC.Common/Application
parentf130920bb46ed210f0450bd15e152df4fe0f1f3a (diff)
downloadTango-276c7023bc4818bf2716f2a0d10dbecc9f1ea406.tar.gz
Tango-276c7023bc4818bf2716f2a0d10dbecc9f1ea406.zip
Hide open shell
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Application')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
index 8f108eaf6..fd91bfd50 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
@@ -129,5 +129,11 @@ namespace Tango.PPC.Common.Application
/// Invokes a dialog for entering a password and releasing the screen lock.
/// </summary>
void ReleaseScreenLock();
+
+ /// <summary>
+ /// Sets the state of the main window.
+ /// </summary>
+ /// <param name="state">The state.</param>
+ void SetWindowState(WindowState state);
}
}