├── LICENSE ├── Program.cs ├── README.md ├── TaskbarToggle.csproj ├── TaskbarToggle.sln └── shortcut.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfody/ToggleTaskbar/HEAD/LICENSE -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfody/ToggleTaskbar/HEAD/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfody/ToggleTaskbar/HEAD/README.md -------------------------------------------------------------------------------- /TaskbarToggle.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfody/ToggleTaskbar/HEAD/TaskbarToggle.csproj -------------------------------------------------------------------------------- /TaskbarToggle.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfody/ToggleTaskbar/HEAD/TaskbarToggle.sln -------------------------------------------------------------------------------- /shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gfody/ToggleTaskbar/HEAD/shortcut.png --------------------------------------------------------------------------------