From 7d99d9ffbf5652f538c69228daa53fe423eb246b Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sun, 23 Jul 2017 14:00:50 +0100 Subject: Started on the Realistic Desktop :P No one reads these descriptions! --- TimeHACK.Engine/DesktopController.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TimeHACK.Engine/DesktopController.cs (limited to 'TimeHACK.Engine/DesktopController.cs') diff --git a/TimeHACK.Engine/DesktopController.cs b/TimeHACK.Engine/DesktopController.cs new file mode 100644 index 0000000..23c9e3f --- /dev/null +++ b/TimeHACK.Engine/DesktopController.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using System.IO; + + +namespace TimeHACK.Engine +{ + public static class DesktopController + { + public static void ViewDesktopIcons(ListView baseIcons, ref ListView theView, string Directory) + { + + } + } +} -- cgit v1.2.3