diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 14:00:50 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 14:00:50 +0100 |
| commit | 7d99d9ffbf5652f538c69228daa53fe423eb246b (patch) | |
| tree | 63100bf15d36b9843085442b363e371ab2302fb9 /TimeHACK.Engine | |
| parent | a476b1e977208cdac172da122603abad7c26d93d (diff) | |
| download | histacom2-7d99d9ffbf5652f538c69228daa53fe423eb246b.tar.gz histacom2-7d99d9ffbf5652f538c69228daa53fe423eb246b.tar.bz2 histacom2-7d99d9ffbf5652f538c69228daa53fe423eb246b.zip | |
Started on the Realistic Desktop
:P No one reads these descriptions!
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/DesktopController.cs | 19 | ||||
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 1 |
2 files changed, 20 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) + { + + } + } +} diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 2f4073d..dd6342c 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -48,6 +48,7 @@ <Compile Include="BSODCreator.cs" /> <None Include="packages.config" /> <None Include="Resources\WinClassic\Window\pjBg6mKP.bin" /> + <Compile Include="DesktopController.cs" /> <Compile Include="FileDialogBoxManager.cs" /> <Compile Include="Paintbrush.cs" /> <Compile Include="SaveSystem.cs" /> |
