diff options
Diffstat (limited to 'TimeHACK.Engine/DesktopController.cs')
| -rw-r--r-- | TimeHACK.Engine/DesktopController.cs | 19 |
1 files changed, 19 insertions, 0 deletions
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) + { + + } + } +} |
