mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
20 lines
375 B
C#
20 lines
375 B
C#
|
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)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|