aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/API.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-06 18:32:19 -0400
committerMichaelTheShifter <[email protected]>2016-07-06 18:32:19 -0400
commit98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713 (patch)
treef44609abd833e5a49d117b711455180ca3f86581 /source/WindowsFormsApplication1/API.cs
parentb20c17f5a45b229edcefb66815ec602ade7dd84b (diff)
downloadshiftos-c--98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713.tar.gz
shiftos-c--98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713.tar.bz2
shiftos-c--98fe96c5d3e5ee1bb3b2eaa38c9346977b4ad713.zip
Added DEF events for unity toggle and desktop panel draw.
Also this is the first REAL AppVeyor build test.
Diffstat (limited to 'source/WindowsFormsApplication1/API.cs')
-rw-r--r--source/WindowsFormsApplication1/API.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs
index 2fe6126..4199223 100644
--- a/source/WindowsFormsApplication1/API.cs
+++ b/source/WindowsFormsApplication1/API.cs
@@ -83,7 +83,9 @@ namespace ShiftOS
public class API
{
public static Dictionary<Form, string> OpenGUIDs = new Dictionary<Form, string>();
-
+ public static Dictionary<string, Control> DEF_PanelGUIDs = new Dictionary<string, Control>();
+
+
/// <summary>
/// Settings file.
/// </summary>