diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Controls/DesktopIcon.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/DesktopIcon.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Controls/DesktopIcon.cs b/source/WindowsFormsApplication1/Controls/DesktopIcon.cs index bfb0940..175ccdb 100644 --- a/source/WindowsFormsApplication1/Controls/DesktopIcon.cs +++ b/source/WindowsFormsApplication1/Controls/DesktopIcon.cs @@ -6,12 +6,12 @@ using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; -using System.Windows.Forms; +using ShiftUI; using System.IO; namespace ShiftOS { - public partial class DesktopIcon : UserControl + public partial class DesktopIcon : UserWidget { /// <summary> /// User control for a desktop icon. |
