aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Controls/Notification.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Controls/Notification.cs')
-rw-r--r--source/WindowsFormsApplication1/Controls/Notification.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Controls/Notification.cs b/source/WindowsFormsApplication1/Controls/Notification.cs
index b5e1693..7fd5574 100644
--- a/source/WindowsFormsApplication1/Controls/Notification.cs
+++ b/source/WindowsFormsApplication1/Controls/Notification.cs
@@ -6,11 +6,11 @@ using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using System.Windows.Forms;
+using ShiftUI;
namespace ShiftOS
{
- public partial class Notification : UserControl
+ public partial class Notification : UserWidget
{
public Notification(string title, string text)
{