diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-19 02:44:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-19 02:44:55 +0200 |
| commit | 276c7023bc4818bf2716f2a0d10dbecc9f1ea406 (patch) | |
| tree | 06140ebdde91e169e521b5aa4a8ecb59ad156a9f /Software/Visual_Studio/PPC/Tango.PPC.Common/Application | |
| parent | f130920bb46ed210f0450bd15e152df4fe0f1f3a (diff) | |
| download | Tango-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.cs | 6 |
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); } } |
