aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/IStatusIcon.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-31 09:03:19 -0400
committerMichael <[email protected]>2017-05-31 09:03:19 -0400
commitc63117276194d18890f14c75b8864749fbd33a0e (patch)
treeeaef3c68269988a163a1b9ac9fed2f3989bf0aa5 /ShiftOS_TheReturn/IStatusIcon.cs
parent3dd402277bba874f24fab11865d257133c6f782c (diff)
downloadshiftos_thereturn-c63117276194d18890f14c75b8864749fbd33a0e.tar.gz
shiftos_thereturn-c63117276194d18890f14c75b8864749fbd33a0e.tar.bz2
shiftos_thereturn-c63117276194d18890f14c75b8864749fbd33a0e.zip
modular notifications
Diffstat (limited to 'ShiftOS_TheReturn/IStatusIcon.cs')
-rw-r--r--ShiftOS_TheReturn/IStatusIcon.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/IStatusIcon.cs b/ShiftOS_TheReturn/IStatusIcon.cs
new file mode 100644
index 0000000..f32d1c1
--- /dev/null
+++ b/ShiftOS_TheReturn/IStatusIcon.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ShiftOS.Engine
+{
+ public interface IStatusIcon
+ {
+ void Setup();
+
+ }
+}